Searched defs:pthread_cond_wait (Results 1 – 6 of 6) sorted by relevance
153 #define pthread_cond_wait _pthread_cond_wait macro
147 pthread_cond_wait (pthread_cond_t *cond ATTRIBUTE_UNUSED, in pthread_cond_wait() function
55 #pragma weak pthread_cond_wait macro56 #define pthread_cond_wait(cv, mtx) do {\ macro
183 INTERCEPTOR(int, pthread_cond_wait, pthread_cond_t *c, pthread_mutex_t *m) { in INTERCEPTOR() argument
126 #define pthread_cond_wait _pthread_cond_wait macro
1201 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() argument