Searched refs:opt_background_thread (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dbackground_thread_externs.h4 extern bool opt_background_thread;
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h4 extern bool opt_background_thread;
H A Dprivate_namespace.gen.h104 #define opt_background_thread JEMALLOC_N(opt_background_thread) macro
H A Dprivate_namespace.h104 #define opt_background_thread JEMALLOC_N(opt_background_thread) macro
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dbackground_thread.c13 bool opt_background_thread = BACKGROUND_THREAD_DEFAULT; variable
818 if (config_lazy_lock || opt_background_thread) {
849 if (!have_background_thread && opt_background_thread) {
855 if ((config_lazy_lock || opt_background_thread) &&
875 background_thread_enabled_set(tsdn, opt_background_thread);
H A Dctl.c88 CTL_PROTO(opt_background_thread)
289 {NAME("background_thread"), CTL(opt_background_thread)},
1663 CTL_RO_NL_GEN(opt_background_thread, opt_background_thread, bool)
H A Djemalloc.c1203 CONF_HANDLE_BOOL(opt_background_thread,
1587 if (opt_background_thread) {

Completed in 261 milliseconds