Home
last modified time | relevance | path

Searched defs:pthread_join (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h197 #define pthread_join dng_pthread_join macro
/third_party/ffmpeg/compat/
Dos2threads.h94 static av_always_inline int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() function
Dw32pthreads.h91 static av_unused int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() function
/third_party/ffmpeg/libavutil/
Dthread.h129 #define pthread_join strict_pthread_join macro
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() function
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/src/
Dthread.c1649 pthread_join (pthread_t t, void **res) in pthread_join() function