Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dsched_prim.c7069 static uint32_t thread_update_count = 0; variable
7075 if (thread_update_count == THREAD_UPDATE_SIZE) { in thread_update_add_thread()
7079 thread_update_array[thread_update_count++] = thread; in thread_update_add_thread()
7087 assert(thread_update_count <= THREAD_UPDATE_SIZE); in thread_update_process_threads()
7089 for (uint32_t i = 0; i < thread_update_count; i++) { in thread_update_process_threads()
7105 thread_update_count = 0; in thread_update_process_threads()