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
107 int pthread_cond_wait(pthread_cond_t* c, pthread_mutex_t* m) in pthread_cond_wait() function159 int pthread_cond_wait(pthread_cond_t* c, pthread_mutex_t* m) in pthread_cond_wait() function
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
138 #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
68 #pragma weak pthread_cond_wait macro
98 #pragma weak pthread_cond_wait macro
85 int (*pthread_cond_wait)(pthread_cond_t *cond, pthread_mutex_t *mutex); member
266 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() function
253 # pragma weak pthread_cond_wait macro