Home
last modified time | relevance | path

Searched refs:pthread_create_wrapper (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dbackground_thread_externs.h27 extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
H A Dprivate_namespace.h106 #define pthread_create_wrapper JEMALLOC_N(pthread_create_wrapper) macro
H A Dprivate_namespace_jet.h107 #define pthread_create_wrapper JEMALLOC_N(pthread_create_wrapper) macro
/aosp_15_r20/external/jemalloc_new/src/
H A Dmutex.c35 return pthread_create_wrapper(thread, attr, start_routine, arg); in pthread_create()
H A Dbackground_thread.c46 pthread_create_wrapper(pthread_t *__restrict thread, const pthread_attr_t *attr, in pthread_create_wrapper() function
367 int create_err = pthread_create_wrapper(thread, attr, start_routine,
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dpthread.h313 int WINPTHREAD_API pthread_create_wrapper(void *args);
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch37418 -extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
63495 -pthread_create_wrapper(pthread_t *__restrict thread, const pthread_attr_t *attr,
63739 - int create_err = pthread_create_wrapper(thread, attr, start_routine,
81309 - return pthread_create_wrapper(thread, attr, start_routine, arg);