Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.c7248 #define THREAD_UPDATE_SIZE 128 macro
7250 static thread_t thread_update_array[THREAD_UPDATE_SIZE];
7257 if (thread_update_count == THREAD_UPDATE_SIZE) { in thread_update_add_thread()
7269 assert(thread_update_count <= THREAD_UPDATE_SIZE); in thread_update_process_threads()