Home
last modified time | relevance | path

Searched defs:cond_wait (Results 1 – 6 of 6) sorted by relevance

/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
/freebsd/contrib/libevent/test/
H A Dregress_thread.c69 struct cond_wait { struct
77 struct cond_wait *cw = arg; in wake_all_timeout() argument
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c116 cond_wait(clockid_t clck, const char *msg) { in cond_wait() function
/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
/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