Home
last modified time | relevance | path

Searched refs:actual_threads (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dprocessor.c1524 vm_size_t actual_threads, thread_count_cur, thread_count_needed; in processor_set_things() local
1543 actual_threads = 0; in processor_set_things()
1614 thread_list[actual_threads++] = thread; in processor_set_things()
1657 for (i = used = 0; i < actual_threads; i++) { in processor_set_things()
1673 actual_threads = used; in processor_set_things()
1674 thread_count_needed = actual_threads; in processor_set_things()
1688 if (actual_threads == 0) { in processor_set_things()
1697 count_needed = actual_threads; in processor_set_things()