Home
last modified time | relevance | path

Searched refs:THREAD_CALL_PRIORITY_HIGH (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/osfmk/tests/
H A Dtest_thread_call.c91 THREAD_CALL_PRIORITY_HIGH, in test_once_thread_call()
170 THREAD_CALL_PRIORITY_HIGH, in test_signal_thread_call()
/xnu-8019.80.24/osfmk/kern/
H A Dthread_call.h69 THREAD_CALL_PRIORITY_HIGH = 0, enumerator
H A Dthread_call.c552 case THREAD_CALL_PRIORITY_HIGH: in thread_call_setup_with_options()
587 THREAD_CALL_PRIORITY_HIGH, 0); in thread_call_setup()
1057 THREAD_CALL_PRIORITY_HIGH, 0); in thread_call_allocate()
H A Dzalloc.c8469 zone_expand_async, NULL, THREAD_CALL_PRIORITY_HIGH, in zone_bootstrap()
/xnu-8019.80.24/iokit/Kernel/
H A DIOTimerEventSource.cpp249 pri = THREAD_CALL_PRIORITY_HIGH; in setTimeoutFunc()
/xnu-8019.80.24/bsd/kern/
H A Dkern_event.c1659 (thread_call_param_t)kn, THREAD_CALL_PRIORITY_HIGH, in filt_timerattach()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c2154 …imer = thread_call_allocate_with_options(nfs4_renew_timer, nmp, THREAD_CALL_PRIORITY_HIGH, THREAD_… in nfs4_mount()