Searched refs:max_background_threads (Results 1 – 7 of 7) sorted by relevance
21 size_t max_background_threads; variable292 for (unsigned i = ind; i < narenas; i += max_background_threads) {395 for (unsigned i = 1; i < max_background_threads; i++) {438 VARIABLE_ARRAY(bool, created_threads, max_background_threads);440 for (i = 1; i < max_background_threads; i++) {463 for (i = 1; i < max_background_threads; i++) {510 assert(thread_ind < max_background_threads);544 size_t thread_ind = arena_ind % max_background_threads;598 VARIABLE_ARRAY(bool, marked, max_background_threads);600 for (i = 0; i < max_background_threads; i++) {[all …]
60 CTL_PROTO(max_background_threads)581 {NAME("max_background_threads"), CTL(max_background_threads)},1645 oldval = max_background_threads; in max_background_threads_ctl()1652 oldval = max_background_threads; in max_background_threads_ctl()1678 max_background_threads = newval; in max_background_threads_ctl()1685 max_background_threads = newval; in max_background_threads_ctl()
9 extern size_t max_background_threads;
102 #define max_background_threads JEMALLOC_N(max_background_threads) macro
103 #define max_background_threads JEMALLOC_N(max_background_threads) macro
37 + max_background_threads (@djwatson)39 + opt.max_background_threads (@djwatson)
16501 - - Fix background thread index issues with max_background_threads. (@djwatson,16559 - + max_background_threads (@djwatson)16561 - + opt.max_background_threads (@djwatson)32409 - <varlistentry id="max_background_threads">32411 - <mallctl>max_background_threads</mallctl>32417 - linkend="opt.max_background_threads"><mallctl>opt.max_background_threads</mallctl></link> …32734 - <varlistentry id="opt.max_background_threads">32736 - <mallctl>opt.max_background_threads</mallctl>37400 -extern size_t max_background_threads;37448 - return &background_thread_info[arena_ind % max_background_threads];[all …]