Home
last modified time | relevance | path

Searched refs:TIMEOUT_URGENCY_USER_NORMAL (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.61.2/osfmk/kern/
H A Dkern_types.h192 #define TIMEOUT_URGENCY_USER_NORMAL 0x10 /* use default leeway thresholds for user */ macro
H A Dtimer_call.h111 #define TIMER_CALL_USER_NORMAL TIMEOUT_URGENCY_USER_NORMAL
H A Dthread_call.h165 #define THREAD_CALL_DELAY_USER_NORMAL TIMEOUT_URGENCY_USER_NORMAL
H A Dsync_sema.c704 TIMEOUT_URGENCY_USER_NORMAL, in semaphore_wait_internal()
H A Dclock.c1536 TIMEOUT_URGENCY_USER_NORMAL, deadline, 0); in mach_wait_until_trap()
/xnu-8792.61.2/bsd/pthread/
H A Dpthread_shims.c238 THREAD_ABORTSAFE, TIMEOUT_URGENCY_USER_NORMAL, deadline, 0); in psynch_wait_prepare()
243 TIMEOUT_URGENCY_USER_NORMAL, deadline, 0); in psynch_wait_prepare()
/xnu-8792.61.2/osfmk/ipc/
H A Dipc_mqueue.c438 TIMEOUT_URGENCY_USER_NORMAL, in ipc_mqueue_send_locked()
1032 TIMEOUT_URGENCY_USER_NORMAL, in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_eventlink.c760 TIMEOUT_URGENCY_USER_NORMAL, in ipc_eventlink_signal_wait_internal()
/xnu-8792.61.2/bsd/kern/
H A Dsys_generic.c1451 TIMEOUT_URGENCY_USER_NORMAL, in selprocess()