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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.c89 static struct thread_call_group thread_call_groups[THREAD_CALL_GROUP_COUNT]; variable in typeref:struct:thread_call_group
231 return &thread_call_groups[pri];
321 thread_call_group_setup(&thread_call_groups[THREAD_CALL_PRIORITY_LOW], THREAD_CALL_PRIORITY_LOW, 0, TRUE);
322 thread_call_group_setup(&thread_call_groups[THREAD_CALL_PRIORITY_USER], THREAD_CALL_PRIORITY_USER, 0, TRUE);
323 thread_call_group_setup(&thread_call_groups[THREAD_CALL_PRIORITY_KERNEL], THREAD_CALL_PRIORITY_KERNEL, 1, TRUE);
324 thread_call_group_setup(&thread_call_groups[THREAD_CALL_PRIORITY_HIGH], THREAD_CALL_PRIORITY_HIGH, THREAD_CALL_THREAD_MIN, FALSE);
519 thread_call_group_t group = &thread_call_groups[THREAD_CALL_PRIORITY_HIGH];
564 thread_call_group_t group = &thread_call_groups[THREAD_CALL_PRIORITY_HIGH];
607 thread_call_group_t group = &thread_call_groups[THREAD_CALL_PRIORITY_HIGH];
651 thread_call_group_t group = &thread_call_groups[THREAD_CALL_PRIORITY_HIG
[all...]

Completed in 21 milliseconds