Searched refs:cond_wait (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_condwait.c | 116 cond_wait(clockid_t clck, const char *msg) { in cond_wait() function 135 cond_wait(CLOCK_REALTIME, "CLOCK_REALTIME"); in ATF_TC_BODY() 146 cond_wait(CLOCK_MONOTONIC, "CLOCK_MONOTONIC"); in ATF_TC_BODY()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_thread.c | 69 struct cond_wait { struct 77 struct cond_wait *cw = arg; in wake_all_timeout() argument 87 struct cond_wait *cw = arg; in wake_one_timeout() 101 struct cond_wait cw; in basic_thread() 261 struct cond_wait *cond; 295 struct cond_wait cond; in thread_conditions_simple()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_thread.c | 69 struct cond_wait { struct 77 struct cond_wait *cw = arg; in wake_all_timeout() argument 87 struct cond_wait *cw = arg; in wake_one_timeout() 101 struct cond_wait cw; in basic_thread() 261 struct cond_wait *cond; 295 struct cond_wait cond; in thread_conditions_simple()
|
/freebsd/lib/libc/include/ |
H A D | reentrant.h | 109 #define cond_wait(c, m) if (__isthreaded) \ macro
|
/freebsd/cddl/contrib/opensolaris/head/ |
H A D | thread.h | 65 #define cond_wait(l,m) pthread_cond_wait(l,m) macro
|
H A D | synch.h | 104 int cond_wait(cond_t *, mutex_t *);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1230 int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, const Fn &fn, in cond_wait() function 1256 return cond_wait( in INTERCEPTOR() 1264 return cond_wait( in INTERCEPTOR() 1275 return cond_wait( in INTERCEPTOR() 1290 return cond_wait( in INTERCEPTOR() 2826 TSAN_INTERCEPTOR_FREEBSD_ALIAS(int, cond_wait, void *c, void *m) 2845 TSAN_INTERCEPTOR_NETBSD_ALIAS(int, cond_wait, void *c, void *m) 3081 TSAN_MAYBE_INTERCEPT_FREEBSD_ALIAS(cond_wait); in InitializeInterceptors() 3100 TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS(cond_wait); in InitializeInterceptors()
|