Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.c3718 zleaks_enable_async, NULL, THREAD_CALL_PRIORITY_USER, in zleak_init()
9286 zone_defrag_async, NULL, THREAD_CALL_PRIORITY_USER, in zone_bootstrap()
/xnu-8020.101.4/iokit/Kernel/
H A DIOTimerEventSource.cpp265 pri = THREAD_CALL_PRIORITY_USER; in setTimeoutFunc()
/xnu-8020.101.4/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-8020.101.4/bsd/pthread/
H A Dpthread_workqueue.c2102 THREAD_CALL_PRIORITY_USER, THREAD_CALL_OPTIONS_ONCE); in workq_open()