Searched defs:pthread_join (Results 1 – 9 of 9) sorted by relevance
61 #define pthread_join b_pthread_join macro
63 int (*pthread_join)(pthread_t thread, void **retval); member
197 #define pthread_join dng_pthread_join macro
91 static av_unused int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() function
94 static av_always_inline 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
156 int pthread_join(pthread_t thread, void **retval) in pthread_join() function