Home
last modified time | relevance | path

Searched defs:pthread_create (Results 1 – 25 of 162) sorted by relevance

1234567

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsys_openbsd.go56 func pthread_create(attr *pthreadattr, start uintptr, arg unsafe.Pointer) int32 { func
Dos3_solaris.go465 func pthread_create(thread *pthread, attr *pthreadattr, fn uintptr, arg unsafe.Pointer) int32 { func
/aosp_15_r20/external/gemmlowp/profiling/
H A Dpthread_everywhere.h48 inline void pthread_create(pthread_t *thread, std::nullptr_t, in pthread_create() function
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_platform_dependents.cpp52 static int pthread_create( in pthread_create() function
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dthread.cpp22 # pragma weak pthread_create // Do not create libpthread dependency macro
/aosp_15_r20/external/libvpx/vpx_util/
H A Dvpx_pthread.h62 static INLINE int pthread_create(pthread_t *const thread, const void *attr, in pthread_create() function
/aosp_15_r20/external/libcxx/src/
H A Dthread.cpp32 #pragma weak pthread_create // Do not create libpthread dependency macro
/aosp_15_r20/external/jemalloc_new/src/
H A Dmutex.c32 pthread_create(pthread_t *__restrict thread, in pthread_create() function
/aosp_15_r20/external/selinux/libselinux/src/
H A Dselinux_internal.h81 #pragma weak pthread_create macro
/aosp_15_r20/external/libaom/aom_util/
H A Daom_pthread.h89 static inline int pthread_create(pthread_t *const thread, in pthread_create() function
/aosp_15_r20/external/compiler-rt/lib/safestack/
H A Dsafestack.cc171 INTERCEPTOR(int, pthread_create, pthread_t *thread, in INTERCEPTOR() argument
/aosp_15_r20/external/python/cpython3/Python/
Dthread_pthread_stubs.h83 pthread_create(pthread_t *restrict thread, in pthread_create() function
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_pthread.h195 #define pthread_create dng_pthread_create macro
/aosp_15_r20/external/libdav1d/src/
H A Dthread.h63 #define pthread_create dav1d_pthread_create macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/espidf/
H A Dmod.rs93 pub fn pthread_create( in pthread_create() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/espidf/
H A Dmod.rs93 pub fn pthread_create( in pthread_create() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/newlib/espidf/
H A Dmod.rs93 pub fn pthread_create( in pthread_create() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/espidf/
H A Dmod.rs103 pub fn pthread_create( in pthread_create() function
/aosp_15_r20/external/webp/src/utils/
H A Dthread_utils.c75 static int pthread_create(pthread_t* const thread, const void* attr, in pthread_create() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/espidf/
H A Dmod.rs103 pub fn pthread_create( in pthread_create() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/espidf/
H A Dmod.rs103 pub fn pthread_create( in pthread_create() function
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/newlib/espidf/
Dmod.rs103 pub fn pthread_create( in pthread_create() function
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_create.cpp406 int pthread_create(pthread_t* thread_out, pthread_attr_t const* attr, in pthread_create() function
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc229 INTERCEPTOR(int, pthread_create, void *th, void *attr, in INTERCEPTOR() argument
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/newlib/rtems/
Dmod.rs128 pub fn pthread_create( in pthread_create() function

1234567