Home
last modified time | relevance | path

Searched defs:pthread_join (Results 1 – 14 of 14) 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/selinux/libselinux/src/
Dselinux_internal.h80 #pragma weak pthread_join macro
/third_party/astc-encoder/Source/
Dastcenccli_platform_dependents.cpp67 static int pthread_join( in pthread_join() function
/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.h133 #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/FreeBSD/lib/libc/include/
Dnamespace.h144 #define pthread_join _pthread_join macro
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c156 int pthread_join(pthread_t thread, void **retval) in pthread_join() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1073 pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int; in pthread_join() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1489 pub fn pthread_join(thread: ::pthread_t, status: *mut *mut ::c_void) -> ::c_int; in pthread_join() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3685 pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int; in pthread_join() function