Home
last modified time | relevance | path

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

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