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

/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dbackground_thread_externs.h27 extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h27 extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
H A Dprivate_namespace.gen.h106 #define pthread_create_wrapper JEMALLOC_N(pthread_create_wrapper) macro
H A Dprivate_namespace.h106 #define pthread_create_wrapper JEMALLOC_N(pthread_create_wrapper) macro
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dmutex.c35 return pthread_create_wrapper(thread, attr, start_routine, arg);
H A Dbackground_thread.c46 pthread_create_wrapper(pthread_t *__restrict thread, const pthread_attr_t *attr, function
367 int create_err = pthread_create_wrapper(thread, attr, start_routine,

Completed in 136 milliseconds