Searched refs:TIMEOUT_URGENCY_USER_NORMAL (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | kern_types.h | 192 #define TIMEOUT_URGENCY_USER_NORMAL 0x10 /* use default leeway thresholds for user */ macro
|
| H A D | timer_call.h | 111 #define TIMER_CALL_USER_NORMAL TIMEOUT_URGENCY_USER_NORMAL
|
| H A D | thread_call.h | 165 #define THREAD_CALL_DELAY_USER_NORMAL TIMEOUT_URGENCY_USER_NORMAL
|
| H A D | sync_sema.c | 704 TIMEOUT_URGENCY_USER_NORMAL, in semaphore_wait_internal()
|
| H A D | clock.c | 1536 TIMEOUT_URGENCY_USER_NORMAL, deadline, 0); in mach_wait_until_trap()
|
| /xnu-8792.61.2/bsd/pthread/ |
| H A D | pthread_shims.c | 238 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 D | ipc_mqueue.c | 438 TIMEOUT_URGENCY_USER_NORMAL, in ipc_mqueue_send_locked() 1032 TIMEOUT_URGENCY_USER_NORMAL, in ipc_mqueue_receive_on_thread_and_unlock()
|
| H A D | ipc_eventlink.c | 760 TIMEOUT_URGENCY_USER_NORMAL, in ipc_eventlink_signal_wait_internal()
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | sys_generic.c | 1451 TIMEOUT_URGENCY_USER_NORMAL, in selprocess()
|