Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h11 extern bool can_enable_background_thread;
H A Dprivate_namespace.h99 #define can_enable_background_thread JEMALLOC_N(can_enable_background_thread) macro
/freebsd-12.1/contrib/jemalloc/src/
H A Dbackground_thread.c26 bool can_enable_background_thread; variable
817 can_enable_background_thread = false;
824 can_enable_background_thread = true;
H A Dctl.c1547 if (!can_enable_background_thread) { in background_thread_ctl()
1608 if (!can_enable_background_thread) { in max_background_threads_ctl()