Searched defs:pthread_cond_wait (Results 1 – 13 of 13) sorted by relevance
3 int pthread_cond_wait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m) in pthread_cond_wait() function
84 #pragma weak pthread_cond_wait macro
208 #define pthread_cond_wait dng_pthread_cond_wait macro
158 static inline int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() function
192 static av_always_inline int pthread_cond_wait(pthread_cond_t *cond, in pthread_cond_wait() function
142 #define pthread_cond_wait strict_pthread_cond_wait macro
178 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait() function
85 int (*pthread_cond_wait)(pthread_cond_t *cond, pthread_mutex_t *mutex); member
124 #define pthread_cond_wait _pthread_cond_wait macro
266 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() function
1116 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait() function
1412 pub fn pthread_cond_wait(cond: *mut ::pthread_cond_t, mutex: *mut ::pthread_mutex_t) in pthread_cond_wait() function
3715 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait() function