Searched refs:thread_count_needed (Results 1 – 1 of 1) sorted by relevance
1454 vm_size_t actual_threads, thread_count_cur, thread_count_needed; in processor_set_things() local1470 thread_count_needed = 0; in processor_set_things()1480 thread_count_needed = threads_count; in processor_set_things()1488 thread_count_needed <= thread_count_cur) { in processor_set_things()1511 if (thread_count_needed > thread_count_cur) { in processor_set_things()1513 assert(thread_count_needed > 0); in processor_set_things()1514 thread_count_cur = thread_count_needed; in processor_set_things()1604 thread_count_needed = actual_threads; in processor_set_things()