Searched defs:cond_wait (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c107 cond_wait(clockid_t clck, const char *msg) { function
/freebsd-10-stable/lib/libc/include/
H A Dreentrant.h109 #define cond_wait(c, m) if (__isthreaded) \ macro
/freebsd-10-stable/cddl/contrib/opensolaris/head/
H A Dthread.h65 #define cond_wait(l,m) pthread_cond_wait(l,m) macro
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c69 struct cond_wait { struct

Completed in 62 milliseconds