Searched defs:pthread_cond_init (Results 1 – 13 of 13) sorted by relevance
3 int pthread_cond_init(pthread_cond_t *restrict c, const pthread_condattr_t *restrict a) in pthread_cond_init() function
32 int pthread_cond_init(pthread_cond_t* c) in pthread_cond_init() function
206 #define pthread_cond_init dng_pthread_cond_init macro
133 static av_always_inline int pthread_cond_init(pthread_cond_t *cond, in pthread_cond_init() function
140 static inline int pthread_cond_init(pthread_cond_t *cond, const void *unused_attr) in pthread_cond_init() function
134 #define pthread_cond_init strict_pthread_cond_init macro
143 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { in pthread_cond_init() function
66 #pragma weak pthread_cond_init macro
96 #pragma weak pthread_cond_init macro
80 int (*pthread_cond_init)(pthread_cond_t *cond, const pthread_condattr_t *attr); member
241 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init() function
252 # pragma weak pthread_cond_init macro