Home
last modified time | relevance | path

Searched refs:__pthread_cond_wait (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
H A Dthr_cond.c77 int __pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
331 __pthread_cond_wait(pthread_cond_t * __restrict cond, in __pthread_cond_wait() function
418 __strong_reference(__pthread_cond_wait, pthread_cond_wait);
/dragonfly/lib/libthread_xu/
H A Dpthread.map16 __pthread_cond_wait;