Searched refs:thread_count_needed (Results 1 – 1 of 1) sorted by relevance
1524 vm_size_t actual_threads, thread_count_cur, thread_count_needed; in processor_set_things() local1540 thread_count_needed = 0; in processor_set_things()1550 thread_count_needed = threads_count; in processor_set_things()1558 thread_count_needed <= thread_count_cur) { in processor_set_things()1581 if (thread_count_needed > thread_count_cur) { in processor_set_things()1583 assert(thread_count_needed > 0); in processor_set_things()1584 thread_count_cur = thread_count_needed; in processor_set_things()1674 thread_count_needed = actual_threads; in processor_set_things()