Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h11 extern bool can_enable_background_thread;
/f-stack/app/redis-5.0.5/deps/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()