Searched refs:thread_update_array (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dsched_prim.c4749 static thread_t thread_update_array[THREAD_UPDATE_SIZE]; variable
4774 thread_update_array[thread_update_count++] = thread;
4819 thread_update_array[thread_update_count++] = thread;
4828 thread = thread_update_array[--thread_update_count];
4829 thread_update_array[thread_update_count] = THREAD_NULL;

Completed in 70 milliseconds