Searched refs:cond_queue_remove (Results 1 – 1 of 1) sorted by relevance
46 static inline void cond_queue_remove(pthread_cond_t, pthread_t);247 cond_queue_remove(*cond, curthread); in pthread_cond_wait()290 cond_queue_remove(*cond, in pthread_cond_wait()418 cond_queue_remove(*cond, curthread); in pthread_cond_timedwait()460 cond_queue_remove(*cond, in pthread_cond_timedwait()676 cond_queue_remove(pthread_cond_t cond, pthread_t pthread) in cond_queue_remove() function