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

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

Completed in 47 milliseconds