Searched refs:max_background_threads (Results 1 – 6 of 6) 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)543 {NAME("max_background_threads"), CTL(max_background_threads)},1587 oldval = max_background_threads; in max_background_threads_ctl()1594 oldval = max_background_threads; in max_background_threads_ctl()1620 max_background_threads = newval; in max_background_threads_ctl()1627 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)