Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h19 void background_thread_prefork1(tsdn_t *tsdn);
H A Dprivate_namespace.h95 #define background_thread_prefork1 JEMALLOC_N(background_thread_prefork1) macro
/freebsd-12.1/contrib/jemalloc/src/
H A Dbackground_thread.c62 void background_thread_prefork1(tsdn_t *tsdn) NOT_REACHED in background_thread_create()
734 background_thread_prefork1(tsdn_t *tsdn) {
H A Djemalloc.c3322 background_thread_prefork1(tsd_tsdn(tsd)); in jemalloc_prefork()