Searched refs:cond_init (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A Dreentrant.h110 #define cond_init(c, a, p) _pthread_cond_init(c, a) macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_thr.c98 return( cond_init( cond, USYNC_THREAD, NULL ) );
/macosx-10.10.1/BerkeleyDB-21/db/mutex/
H A Dmut_pthread.c153 ret = cond_init(&mutexp->cond, type, NULL);
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dconfigure30434 cond_init(&cond, type, NULL) ||
30491 cond_init(&cond, type, NULL) ||
[all...]

Completed in 132 milliseconds