Searched refs:max_background_threads (Results 1 – 4 of 4) sorted by relevance
21 size_t max_background_threads; variable440 for (i = 1; i < max_background_threads; i++) {463 for (i = 1; i < max_background_threads; i++) {510 assert(thread_ind < max_background_threads);598 VARIABLE_ARRAY(bool, marked, max_background_threads);600 for (i = 0; i < max_background_threads; i++) {609 if (marked[i % max_background_threads] ||614 i % max_background_threads];619 marked[i % max_background_threads] = true;620 if (++nmarked == max_background_threads) {[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;
37 + max_background_threads (@djwatson)39 + opt.max_background_threads (@djwatson)