Searched defs:pthread_cond_wait (Results 1 – 5 of 5) sorted by relevance
56 #pragma weak pthread_cond_wait macro 57 #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
124 #define pthread_cond_wait _pthread_cond_wait macro
1242 INTERCEPTOR(int,pthread_cond_wait,void * c,void * m) INTERCEPTOR() argument