Searched defs:pthread_cond_wait (Results 1 – 7 of 7) sorted by relevance
133 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait() function
131 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, in pthread_cond_wait() function
186 INTERCEPTOR(int, pthread_cond_wait, pthread_cond_t *c, pthread_mutex_t *m) { in INTERCEPTOR() argument
135 # pragma weak pthread_cond_wait macro
1012 #define pthread_cond_wait PTHREAD_COND_WAIT macro
1087 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() argument
3124 TEST(MemorySanitizer, pthread_cond_wait) { in TEST() argument