/aosp_15_r20/bionic/libc/bionic/ |
H A D | pthread_join.cpp | 37 int pthread_join(pthread_t t, void** return_value) { in pthread_join() function
|
/aosp_15_r20/external/gemmlowp/profiling/ |
H A D | pthread_everywhere.h | 52 inline void pthread_join(pthread_t thread, std::nullptr_t) { thread->join(); } in pthread_join() function
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_platform_dependents.cpp | 67 static int pthread_join( in pthread_join() function
|
/aosp_15_r20/external/libvpx/vpx_util/ |
H A D | vpx_pthread.h | 82 static INLINE int pthread_join(pthread_t thread, void **value_ptr) { in pthread_join() function
|
/aosp_15_r20/external/selinux/libselinux/src/ |
H A D | selinux_internal.h | 82 #pragma weak pthread_join macro
|
/aosp_15_r20/external/libaom/aom_util/ |
H A D | aom_pthread.h | 110 static inline int pthread_join(pthread_t thread, void **value_ptr) { in pthread_join() function
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_pthread.h | 197 #define pthread_join dng_pthread_join macro
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | thread.h | 64 #define pthread_join(thread, res) dav1d_pthread_join(&(thread), res) macro
|
/aosp_15_r20/external/webp/src/utils/ |
H A D | thread_utils.c | 98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() function
|
/aosp_15_r20/external/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cc | 266 INTERCEPTOR(int, pthread_join, void *th, void **ret) { in INTERCEPTOR() argument
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cc | 280 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() argument
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libc/proxy/ |
D | custom_trampolines_arm_to_x86.json | 531 "pthread_join": { object
|
D | custom_trampolines_riscv64_to_x86_64.json | 538 "pthread_join": { object
|
D | custom_trampolines_arm64_to_x86_64.json | 538 "pthread_join": { object
|
/aosp_15_r20/external/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cc | 1145 INTERCEPTOR(int, pthread_join, void *th, void **retval) { in INTERCEPTOR() argument
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/ |
D | stub.c | 631 void pthread_join() {} in pthread_join() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/ |
H A D | mod.rs | 1063 pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int; in pthread_join() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/ |
H A D | mod.rs | 1061 pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int; in pthread_join() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_23/gen/ |
D | stub.c | 707 void pthread_join() {} in pthread_join() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/ |
H A D | mod.rs | 1063 pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int; in pthread_join() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/ |
H A D | mod.rs | 1061 pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int; in pthread_join() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/ |
H A D | mod.rs | 1063 pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int; in pthread_join() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/ |
D | mod.rs | 1103 pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int; in pthread_join() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/ |
D | stub.c | 653 void pthread_join() {} in pthread_join() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/ |
H A D | mod.rs | 1061 pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int; in pthread_join() function
|