Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libevent/test/
HDregress_thread.c69 struct cond_wait { struct
77 struct cond_wait *cw = arg; in wake_all_timeout() argument
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
HDregress_thread.c69 struct cond_wait { struct
77 struct cond_wait *cw = arg; in wake_all_timeout() argument
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
HDt_condwait.c116 cond_wait(clockid_t clck, const char *msg) { in cond_wait() function
/freebsd-13-stable/lib/libc/include/
HDreentrant.h109 #define cond_wait(c, m) if (__isthreaded) \ macro
/freebsd-13-stable/cddl/contrib/opensolaris/head/
HDthread.h65 #define cond_wait(l,m) pthread_cond_wait(l,m) macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp1230 int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, const Fn &fn, in cond_wait() function