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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c3144 #define THREAD_UPDATE_SIZE 128 macro
3146 static thread_t thread_update_array[THREAD_UPDATE_SIZE];
3168 if (thread_update_count == THREAD_UPDATE_SIZE)
3211 if (thread_update_count == THREAD_UPDATE_SIZE) {

Completed in 18 milliseconds