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

/bionic/libc/bionic/
H A Dpthread_cond.cpp131 static pthread_cond_internal_t* __get_internal_cond(pthread_cond_t* cond_interface) { function
136 pthread_cond_internal_t* cond = __get_internal_cond(cond_interface);
148 pthread_cond_internal_t* cond = __get_internal_cond(cond_interface);
193 return __pthread_cond_pulse(__get_internal_cond(cond_interface), INT_MAX);
197 return __pthread_cond_pulse(__get_internal_cond(cond_interface), 1);
201 pthread_cond_internal_t* cond = __get_internal_cond(cond_interface);
208 pthread_cond_internal_t* cond = __get_internal_cond(cond_interface);
218 return __pthread_cond_timedwait(__get_internal_cond(cond_interface), mutex, false, abs_timeout);
236 return __pthread_cond_timedwait(__get_internal_cond(cond_interface), mutex, true, abs_timeout);

Completed in 50 milliseconds