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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.c204 case THREAD_CALL_PRIORITY_HIGH:
229 pri == THREAD_CALL_PRIORITY_HIGH);
324 thread_call_group_setup(&thread_call_groups[THREAD_CALL_PRIORITY_HIGH], THREAD_CALL_PRIORITY_HIGH, THREAD_CALL_THREAD_MIN, FALSE);
356 call->tc_pri = THREAD_CALL_PRIORITY_HIGH; /* Default priority */
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_HIGH];
710 * other than THREAD_CALL_PRIORITY_HIGH wil
[all...]
H A Dthread_call.h55 @constant THREAD_CALL_PRIORITY_HIGH Importance above everything but realtime.
67 THREAD_CALL_PRIORITY_HIGH = 0, enumerator in enum:__anon1097
169 THREAD_CALL_PRIORITY_HIGH, binding the first parameter to the callback.

Completed in 25 milliseconds