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

/xnu-2782.1.97/osfmk/kern/
H A Dthread_call.c92 static struct thread_call_group thread_call_groups[THREAD_CALL_GROUP_COUNT]; variable in typeref:struct:thread_call_group
240 return &thread_call_groups[pri];
331 thread_call_group_setup(&thread_call_groups[THREAD_CALL_PRIORITY_LOW], THREAD_CALL_PRIORITY_LOW, 0, TRUE);
332 thread_call_group_setup(&thread_call_groups[THREAD_CALL_PRIORITY_USER], THREAD_CALL_PRIORITY_USER, 0, TRUE);
333 thread_call_group_setup(&thread_call_groups[THREAD_CALL_PRIORITY_KERNEL], THREAD_CALL_PRIORITY_KERNEL, 1, TRUE);
334 thread_call_group_setup(&thread_call_groups[THREAD_CALL_PRIORITY_HIGH], THREAD_CALL_PRIORITY_HIGH, THREAD_CALL_THREAD_MIN, FALSE);
548 thread_call_group_t group = &thread_call_groups[THREAD_CALL_PRIORITY_HIGH];
593 thread_call_group_t group = &thread_call_groups[THREAD_CALL_PRIORITY_HIGH];
1085 group = &thread_call_groups[THREAD_CALL_PRIORITY_HIGH]; /* XXX */
1311 group = &thread_call_groups[
[all...]

Completed in 51 milliseconds