Searched refs:max_background_threads (Results 1 – 6 of 6) sorted by relevance
23 size_t max_background_threads; variable290 for (unsigned i = ind; i < narenas; i += max_background_threads) {393 for (unsigned i = 1; i < max_background_threads; i++) {436 VARIABLE_ARRAY(bool, created_threads, max_background_threads);438 for (i = 1; i < max_background_threads; i++) {461 for (i = 1; i < max_background_threads; i++) {508 assert(thread_ind < max_background_threads);543 size_t thread_ind = arena_ind % max_background_threads;610 VARIABLE_ARRAY(bool, marked, max_background_threads);612 for (i = 0; i < max_background_threads; i++) {[all …]
60 CTL_PROTO(max_background_threads)626 {NAME("max_background_threads"), CTL(max_background_threads)},1701 oldval = max_background_threads; in max_background_threads_ctl()1708 oldval = max_background_threads; in max_background_threads_ctl()1727 max_background_threads = newval; in max_background_threads_ctl()1734 max_background_threads = newval; in max_background_threads_ctl()
18 return &background_thread_info[arena_ind % max_background_threads]; in arena_background_thread_info_get()23 return &background_thread_info[ind % max_background_threads]; in background_thread_info_get()
9 extern size_t max_background_threads;
111 #define max_background_threads JEMALLOC_N(max_background_threads) macro
115 - Fix background thread index issues with max_background_threads. (@djwatson,173 + max_background_threads (@djwatson)175 + opt.max_background_threads (@djwatson)