Searched refs:pthread_cond_timedwait (Results 1 – 4 of 4) sorted by relevance
4 return pthread_cond_timedwait(c, m, 0); in pthread_cond_wait()
33 int pthread_cond_timedwait(pthread_cond_t* restrict c, pthread_mutex_t* restrict m, in pthread_cond_timedwait() function
109 int pthread_cond_timedwait(pthread_cond_t* __restrict, pthread_mutex_t* __restrict,
66 $(LOCAL_DIR)/pthread/pthread_cond_timedwait.c \
Completed in 6 milliseconds