Home
last modified time | relevance | path

Searched refs:opt_max_background_threads (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/src/
Dbackground_thread.c14 size_t opt_max_background_threads = MAX_BACKGROUND_THREAD_LIMIT; variable
869 if (opt_max_background_threads == MAX_BACKGROUND_THREAD_LIMIT && in background_thread_boot1()
871 opt_max_background_threads = ncpus; in background_thread_boot1()
873 max_background_threads = opt_max_background_threads; in background_thread_boot1()
884 b0get(), opt_max_background_threads * in background_thread_boot1()
Dctl.c89 CTL_PROTO(opt_max_background_threads)
290 {NAME("max_background_threads"), CTL(opt_max_background_threads)},
1602 if (newval > opt_max_background_threads) { in max_background_threads_ctl()
1664 CTL_RO_NL_GEN(opt_max_background_threads, opt_max_background_threads, size_t) in CTL_RO_CONFIG_GEN()
Djemalloc.c1180 CONF_HANDLE_SIZE_T(opt_max_background_threads,
1182 opt_max_background_threads, yes, yes,
/external/jemalloc_new/include/jemalloc/internal/
Dbackground_thread_externs.h5 extern size_t opt_max_background_threads;
Dprivate_namespace.h105 #define opt_max_background_threads JEMALLOC_N(opt_max_background_threads) macro
Dprivate_namespace_jet.h106 #define opt_max_background_threads JEMALLOC_N(opt_max_background_threads) macro