Searched defs:pthread_cond_wait (Results 1 – 9 of 9) sorted by relevance
218 #define pthread_cond_wait dng_pthread_cond_wait macro
178 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait() function
179 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, in pthread_cond_wait() function
68 #pragma weak pthread_cond_wait macro
183 INTERCEPTOR(int, pthread_cond_wait, pthread_cond_t *c, pthread_mutex_t *m) { in INTERCEPTOR() argument
135 # pragma weak pthread_cond_wait macro
795 #define pthread_cond_wait PTHREAD_COND_WAIT macro
1066 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() argument
3191 TEST(MemorySanitizer, pthread_cond_wait) { in TEST() argument