Searched refs:cond_wait (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c107 cond_wait(clockid_t clck, const char *msg) { function
126 cond_wait(CLOCK_REALTIME, "CLOCK_REALTIME");
137 cond_wait(CLOCK_MONOTONIC, "CLOCK_MONOTONIC");
/freebsd-11-stable/lib/libc/include/
H A Dreentrant.h109 #define cond_wait(c, m) if (__isthreaded) \ macro
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c69 struct cond_wait { struct
77 struct cond_wait *cw = arg;
87 struct cond_wait *cw = arg;
101 struct cond_wait cw;
261 struct cond_wait *cond;
295 struct cond_wait cond;
/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsynch.h104 int cond_wait(cond_t *, mutex_t *);
H A Dthread.h65 #define cond_wait(l,m) pthread_cond_wait(l,m) macro
/freebsd-11-stable/contrib/gcc/
H A Dgthr-solaris.h94 __gthrw(cond_wait)
377 return __gthrw_(cond_wait) ((cond_t *) (&(condition->backend)),
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_dg.c345 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock);
630 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock);
658 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock);
800 cond_wait(&dg_cv[cu_fd], &clnt_fd_lock);
H A Dclnt_vc.c336 cond_wait(&vc_cv[ct->ct_fd], &clnt_fd_lock);
489 cond_wait(&vc_cv[ct->ct_fd], &clnt_fd_lock);
536 cond_wait(&vc_cv[ct->ct_fd], &clnt_fd_lock);
653 cond_wait(&vc_cv[ct_fd], &clnt_fd_lock);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1147 static int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, function
1170 return cond_wait(thr, pc, &si, (int (*)(void *c, void *m, void *abstime))REAL(
1178 return cond_wait(thr, pc, &si, REAL(pthread_cond_timedwait), cond, m,
1187 return cond_wait(thr, pc, &si, REAL(pthread_cond_timedwait_relative_np), cond,
2576 TSAN_INTERCEPTOR_NETBSD_ALIAS(int, cond_wait, void *c, void *m)
2796 TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS(cond_wait);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c318 int ret = cond_wait(cv, &mp->m_lock);

Completed in 149 milliseconds