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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.h64 @constant THREAD_CALL_PRIORITY_LOW Very low importance.
70 THREAD_CALL_PRIORITY_LOW = 3 enumerator in enum:__anon1097
H A Dthread_call.c210 case THREAD_CALL_PRIORITY_LOW:
226 assert(pri == THREAD_CALL_PRIORITY_LOW ||
321 thread_call_group_setup(&thread_call_groups[THREAD_CALL_PRIORITY_LOW], THREAD_CALL_PRIORITY_LOW, 0, TRUE);
722 if (pri > THREAD_CALL_PRIORITY_LOW) {

Completed in 78 milliseconds