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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.h63 @constant THREAD_CALL_PRIORITY_USER Importance similar to that of normal user threads.
69 THREAD_CALL_PRIORITY_USER = 2, enumerator in enum:__anon1097
H A Dthread_call.c208 case THREAD_CALL_PRIORITY_USER:
227 pri == THREAD_CALL_PRIORITY_USER ||
322 thread_call_group_setup(&thread_call_groups[THREAD_CALL_PRIORITY_USER], THREAD_CALL_PRIORITY_USER, 0, TRUE);

Completed in 29 milliseconds