Searched defs:cond_init (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/lib/libc/include/
H A Dreentrant.h104 #define cond_init(c, a, p) _pthread_cond_init(c, a) macro
/freebsd-11.0-release/cddl/contrib/opensolaris/head/
H A Dthread.h63 #define cond_init(l,f,a) pthread_cond_init(l,NULL) macro
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_cond.c88 cond_init(pthread_cond_t *cond, const pthread_condattr_t *cond_attr) function

Completed in 111 milliseconds