Searched refs:pthread_create_fptr (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | background_thread.c | 33 static int (*pthread_create_fptr)(pthread_t *__restrict, const pthread_attr_t *, variable 50 return pthread_create_fptr(thread, attr, start_routine, arg); in pthread_create_wrapper() 812 if (pthread_create_fptr != NULL) { 815 pthread_create_fptr = dlsym(RTLD_NEXT, "pthread_create"); 816 if (pthread_create_fptr == NULL) {
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 63482 -static int (*pthread_create_fptr)(pthread_t *__restrict, const pthread_attr_t *, 63499 - return pthread_create_fptr(thread, attr, start_routine, arg); 64167 - if (pthread_create_fptr != NULL) { 64176 - pthread_create_fptr = dlsym(RTLD_NEXT, "pthread_create"); 64178 - pthread_create_fptr = NULL; 64180 - if (pthread_create_fptr == NULL) { 64187 - pthread_create_fptr = pthread_create;
|