Home
last modified time | relevance | path

Searched refs:cond_wait (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c116 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 Dregress_thread.c69 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 Dregress_thread.c69 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 Dreentrant.h109 #define cond_wait(c, m) if (__isthreaded) \ macro
/freebsd/cddl/contrib/opensolaris/head/
H A Dthread.h65 #define cond_wait(l,m) pthread_cond_wait(l,m) macro
H A Dsynch.h104 int cond_wait(cond_t *, mutex_t *);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1230 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()