Home
last modified time | relevance | path

Searched refs:THREAD_CALL_PRIORITY_USER (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/osfmk/kern/ !
H A Dthread_call.h71 THREAD_CALL_PRIORITY_USER = 2, enumerator
H A Dthread_call.c558 case THREAD_CALL_PRIORITY_USER: in thread_call_setup_with_options()
H A Dzalloc.c8473 zone_defrag_async, NULL, THREAD_CALL_PRIORITY_USER, in zone_bootstrap()
/xnu-8019.80.24/iokit/Kernel/ !
H A DIOTimerEventSource.cpp264 pri = THREAD_CALL_PRIORITY_USER; in setTimeoutFunc()
/xnu-8019.80.24/bsd/kern/ !
H A Dkern_memorystatus_notify.c464 …ll_allocate_with_options(update_footprints_for_telemetry, NULL, THREAD_CALL_PRIORITY_USER, THREAD_… in memorystatus_notify_init()
/xnu-8019.80.24/bsd/pthread/ !
H A Dpthread_workqueue.c2097 THREAD_CALL_PRIORITY_USER, THREAD_CALL_OPTIONS_ONCE); in workq_open()