Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h30 bool background_thread_boot1(tsdn_t *tsdn);
H A Dprivate_namespace.h97 #define background_thread_boot1 JEMALLOC_N(background_thread_boot1) macro
/freebsd-14.2/contrib/jemalloc/src/
H A Dbackground_thread.c895 background_thread_boot1(tsdn_t *tsdn) { in background_thread_boot1() function
H A Djemalloc.c1772 if (malloc_init_narenas() || background_thread_boot1(tsd_tsdn(tsd))) { in malloc_init_hard()