Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h61 #define pthread_join b_pthread_join macro
Dusr_lib_ops.h63 int (*pthread_join)(pthread_t thread, void **retval); member
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h197 #define pthread_join dng_pthread_join macro
/third_party/ffmpeg/compat/
Dw32pthreads.h91 static av_unused int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() function
Dos2threads.h94 static av_always_inline 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/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c156 int pthread_join(pthread_t thread, void **retval) in pthread_join() function