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

/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A Dreentrant.h116 _pthread_cond_wait(c, m)
H A D_fbsd_compat_.h95 #define _pthread_cond_wait pthread_cond_wait macro
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread_cancelable.c68 extern int _pthread_cond_wait(pthread_cond_t *cond,
310 return (_pthread_cond_wait(cond, mutex, (struct timespec *)NULL, 0, conforming));
332 return (_pthread_cond_wait(cond, mutex, abstime, 0, conforming));
H A Dpthread_cond.c62 __private_extern__ int _pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime, int isRelative, int isconforming);
410 _pthread_cond_wait(pthread_cond_t *ocond, function
675 return _pthread_cond_wait(cond, mutex, abstime, 1, 0);

Completed in 107 milliseconds