Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h26 extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
/freebsd/contrib/jemalloc/src/
H A Dmutex.c35 return pthread_create_wrapper(thread, attr, start_routine, arg); in pthread_create()
H A Dbackground_thread.c44 pthread_create_wrapper(pthread_t *__restrict thread, const pthread_attr_t *attr, in pthread_create_wrapper() function
365 int create_err = pthread_create_wrapper(thread, attr, start_routine,
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h115 #define pthread_create_wrapper JEMALLOC_N(pthread_create_wrapper) macro