Searched refs:pthread_cond_wait (Results 1 – 4 of 4) sorted by relevance
3 int pthread_cond_wait(pthread_cond_t* restrict c, pthread_mutex_t* restrict m) { in pthread_cond_wait() function
108 int pthread_cond_wait(pthread_cond_t* __restrict, pthread_mutex_t* __restrict);
67 $(LOCAL_DIR)/pthread/pthread_cond_wait.c \
1441 - pthread_cond_wait could wrongly consume signal on cancellation
Completed in 6 milliseconds