Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_cond.c204 cond_wait_kernel(struct pthread_cond *cvp, struct pthread_mutex *mp, in cond_wait_kernel() function
376 return (cond_wait_kernel(cvp, mp, abstime, cancel)); in cond_wait_common()