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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.c4345 static thread_t thread_update_array[THREAD_UPDATE_SIZE]; variable
4370 thread_update_array[thread_update_count++] = thread;
4415 thread_update_array[thread_update_count++] = thread;
4424 thread = thread_update_array[--thread_update_count];
4425 thread_update_array[thread_update_count] = THREAD_NULL;

Completed in 14 milliseconds