Searched defs:__pthread_cond_pulse (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_cond.cpp156 static int __pthread_cond_pulse(pthread_cond_internal_t* cond, int thread_count) { function
193 return __pthread_cond_pulse(__get_internal_cond(cond_interface), INT_MAX);
197 return __pthread_cond_pulse(__get_internal_cond(cond_interface), 1);

Completed in 48 milliseconds