Searched refs:opt_max_background_threads (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | background_thread.c | 14 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()
|
H A D | ctl.c | 89 CTL_PROTO(opt_max_background_threads) 304 {NAME("max_background_threads"), CTL(opt_max_background_threads)}, 1660 if (newval > opt_max_background_threads) { in max_background_threads_ctl() 1722 CTL_RO_NL_GEN(opt_max_background_threads, opt_max_background_threads, size_t) in CTL_RO_CONFIG_GEN()
|
H A D | jemalloc.c | 1182 CONF_HANDLE_SIZE_T(opt_max_background_threads, 1184 opt_max_background_threads, yes, yes,
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | background_thread_externs.h | 5 extern size_t opt_max_background_threads;
|
H A D | private_namespace.h | 105 #define opt_max_background_threads JEMALLOC_N(opt_max_background_threads) macro
|
H A D | private_namespace_jet.h | 106 #define opt_max_background_threads JEMALLOC_N(opt_max_background_threads) macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 37396 -extern size_t opt_max_background_threads; 63467 -size_t opt_max_background_threads = MAX_BACKGROUND_THREAD_LIMIT + 1; 64233 - if (opt_max_background_threads > MAX_BACKGROUND_THREAD_LIMIT) { 64234 - opt_max_background_threads = DEFAULT_NUM_BACKGROUND_THREAD; 64236 - max_background_threads = opt_max_background_threads; 64247 - base, opt_max_background_threads * 66032 -CTL_PROTO(opt_max_background_threads) 66353 - {NAME("max_background_threads"), CTL(opt_max_background_threads)}, 67998 - if (newval > opt_max_background_threads) { 68084 -CTL_RO_NL_GEN(opt_max_background_threads, opt_max_background_threads, size_t) [all …]
|