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

/bionic/libc/bionic/
H A Dpthread_cond.cpp127 static int __pthread_cond_pulse(pthread_cond_t* cond, int counter) { function
183 return __pthread_cond_pulse(cond, INT_MAX);
187 return __pthread_cond_pulse(cond, 1);

Completed in 58 milliseconds