Searched refs:TIMEOUT_URGENCY_USER_NORMAL (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | kern_types.h | 181 #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 | 721 TIMEOUT_URGENCY_USER_NORMAL, in semaphore_wait_internal()
|
| H A D | clock.c | 1533 TIMEOUT_URGENCY_USER_NORMAL, deadline, 0); in mach_wait_until_trap()
|
| /xnu-8019.80.24/bsd/pthread/ |
| H A D | pthread_shims.c | 242 THREAD_ABORTSAFE, TIMEOUT_URGENCY_USER_NORMAL, deadline, 0); in psynch_wait_prepare() 247 TIMEOUT_URGENCY_USER_NORMAL, deadline, 0); in psynch_wait_prepare()
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_mqueue.c | 465 TIMEOUT_URGENCY_USER_NORMAL, in ipc_mqueue_send_locked() 1092 TIMEOUT_URGENCY_USER_NORMAL, in ipc_mqueue_receive_on_thread()
|
| H A D | ipc_eventlink.c | 763 TIMEOUT_URGENCY_USER_NORMAL, in ipc_eventlink_signal_wait_internal()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | sys_generic.c | 1600 TIMEOUT_URGENCY_USER_NORMAL, in selprocess()
|