Searched refs:__pthread_cond_pulse (Results 1 – 1 of 1) sorted by relevance
1072 __pthread_cond_pulse(pthread_cond_t *cond, int counter) in __pthread_cond_pulse() function1106 return __pthread_cond_pulse(cond, INT_MAX); in pthread_cond_broadcast()1111 return __pthread_cond_pulse(cond, 1); in pthread_cond_signal()