Home
last modified time | relevance | path

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

/xnu-10002.61.3/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.c695 TIMEOUT_URGENCY_USER_NORMAL, in semaphore_wait_internal()
H A Dclock.c1537 TIMEOUT_URGENCY_USER_NORMAL, deadline, 0); in mach_wait_until_trap()
/xnu-10002.61.3/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-10002.61.3/osfmk/ipc/
H A Dipc_mqueue.c454 TIMEOUT_URGENCY_USER_NORMAL, in ipc_mqueue_send_locked()
1048 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-10002.61.3/bsd/kern/
H A Dsys_generic.c1443 TIMEOUT_URGENCY_USER_NORMAL, in selprocess()