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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c3147 static int thread_update_count = 0; variable
3168 if (thread_update_count == THREAD_UPDATE_SIZE)
3171 thread_update_array[thread_update_count++] = thread;
3211 if (thread_update_count == THREAD_UPDATE_SIZE) {
3216 thread_update_array[thread_update_count++] = thread;
3224 while (thread_update_count > 0) {
3225 thread = thread_update_array[--thread_update_count];
3226 thread_update_array[thread_update_count] = THREAD_NULL;

Completed in 11 milliseconds