Searched refs:pthread_create_wrapper (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | background_thread_externs.h | 27 extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
|
H A D | private_namespace.h | 106 #define pthread_create_wrapper JEMALLOC_N(pthread_create_wrapper) macro
|
H A D | private_namespace_jet.h | 107 #define pthread_create_wrapper JEMALLOC_N(pthread_create_wrapper) macro
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | mutex.c | 35 return pthread_create_wrapper(thread, attr, start_routine, arg); in pthread_create()
|
H A D | background_thread.c | 46 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/ |
D | pthread.h | 313 int WINPTHREAD_API pthread_create_wrapper(void *args);
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 37418 -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);
|