Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDbackground_thread_externs.h18 void background_thread_prefork1(tsdn_t *tsdn);
HDprivate_namespace.h107 #define background_thread_prefork1 JEMALLOC_N(background_thread_prefork1) macro
/freebsd-14-stable/contrib/jemalloc/src/
HDbackground_thread.c60 void background_thread_prefork1(tsdn_t *tsdn) NOT_REACHED in background_thread_create()
746 background_thread_prefork1(tsdn_t *tsdn) {
HDjemalloc.c3894 background_thread_prefork1(tsd_tsdn(tsd)); in jemalloc_prefork()