Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c31 static int (*pthread_create_fptr)(pthread_t *__restrict, const pthread_attr_t *, variable
48 return pthread_create_fptr(thread, attr, start_routine, arg); in pthread_create_wrapper()
834 if (pthread_create_fptr != NULL) {
843 pthread_create_fptr = dlsym(RTLD_NEXT, "pthread_create");
845 pthread_create_fptr = NULL;
847 if (pthread_create_fptr == NULL) {
854 pthread_create_fptr = pthread_create;