Searched defs:pthread_join (Results 1 – 7 of 7) sorted by relevance
197 #define pthread_join dng_pthread_join macro
94 static av_always_inline int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() function
91 static av_unused int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() function
129 #define pthread_join strict_pthread_join macro
98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() function
1649 pthread_join (pthread_t t, void **res) in pthread_join() function