Home
last modified time | relevance | path

Searched refs:opt_background_thread (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h4 extern bool opt_background_thread;
/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c15 bool opt_background_thread = BACKGROUND_THREAD_DEFAULT; variable
880 if (!have_background_thread && opt_background_thread) {
886 if ((config_lazy_lock || opt_background_thread) &&
905 background_thread_enabled_set(tsdn, opt_background_thread); in background_thread_boot1()
H A Dctl.c91 CTL_PROTO(opt_background_thread)
318 {NAME("background_thread"), CTL(opt_background_thread)},
1773 CTL_RO_NL_GEN(opt_background_thread, opt_background_thread, bool) in CTL_RO_CONFIG_GEN()
H A Djemalloc.c1336 CONF_HANDLE_BOOL(opt_background_thread, in malloc_conf_init_helper()
1792 if (opt_background_thread) { in malloc_init_hard()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h113 #define opt_background_thread JEMALLOC_N(opt_background_thread) macro