Searched refs:pthread_create_fptr (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dbackground_thread.c33 static int (*pthread_create_fptr)(pthread_t *__restrict, const pthread_attr_t *, variable
50 return pthread_create_fptr(thread, attr, start_routine, arg);
812 if (pthread_create_fptr != NULL) {
815 pthread_create_fptr = dlsym(RTLD_NEXT, "pthread_create");
816 if (pthread_create_fptr == NULL) {

Completed in 205 milliseconds