Searched refs:__thr_cond_wait (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libthr/thread/
H A Dthr_cond.c65 __weak_reference(__thr_cond_wait, pthread_cond_wait);
66 __weak_reference(__thr_cond_wait, __pthread_cond_wait);
391 __thr_cond_wait(pthread_cond_t * __restrict cond, function
H A Dthr_init.c233 [PJT_COND_WAIT] = {(pthread_func_t)__thr_cond_wait,
H A Dthr_private.h1068 int __thr_cond_wait(pthread_cond_t *, pthread_mutex_t *);

Completed in 116 milliseconds