Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h17 void background_thread_prefork0(tsdn_t *tsdn);
H A Dprivate_namespace.h106 #define background_thread_prefork0 JEMALLOC_N(background_thread_prefork0) macro
/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c59 void background_thread_prefork0(tsdn_t *tsdn) NOT_REACHED in background_thread_create()
740 background_thread_prefork0(tsdn_t *tsdn) {
H A Djemalloc.c3890 background_thread_prefork0(tsd_tsdn(tsd)); in jemalloc_prefork()