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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.c4343 #define THREAD_UPDATE_SIZE 128 macro
4345 static thread_t thread_update_array[THREAD_UPDATE_SIZE];
4367 if (thread_update_count == THREAD_UPDATE_SIZE)
4410 if (thread_update_count == THREAD_UPDATE_SIZE) {

Completed in 26 milliseconds