Home
last modified time | relevance | path

Searched refs:THREAD_WAITING (Results 1 – 25 of 25) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dkern_types.h87 #define THREAD_WAITING -1 /* thread is waiting */ macro
H A Dlock_rw.c960 if (res == THREAD_WAITING) {
1037 if (res == THREAD_WAITING) {
1340 if (res == THREAD_WAITING) {
1653 if (res == THREAD_WAITING) { in lck_rw_lock_shared_to_exclusive_success()
2615 if (res == THREAD_WAITING) { in lck_rw_sleep()
2677 if (res == THREAD_WAITING) { in lck_rw_sleep_deadline()
H A Dlocks.c1012 if (res == THREAD_WAITING) { in lck_spin_sleep_grp()
1053 if (res == THREAD_WAITING) { in lck_spin_sleep_deadline()
1097 if (res == THREAD_WAITING) { in lck_mtx_sleep()
1152 if (res == THREAD_WAITING) { in lck_mtx_sleep_deadline()
1334 if (ret == THREAD_WAITING) {
1766 if (ret == THREAD_WAITING) {
H A Dthread_call.c1862 if (wres != THREAD_WAITING) { in thread_call_thread()
2214 if (res != THREAD_WAITING) { in thread_call_wait_once_locked()
2298 if (res != THREAD_WAITING) { in thread_call_wait_locked()
H A Dclock_oldops.c546 if (wait_result == THREAD_WAITING) { in clock_sleep_internal()
H A Dsfi.c1020 if (waitret == THREAD_WAITING) { in sfi_ast()
H A Dwaitq.c1358 if (wait_result == THREAD_WAITING) { in waitq_assert_wait64_locked()
1385 if (waitq_type(safeq) == WQT_TURNSTILE && wait_result == THREAD_WAITING) { in waitq_assert_wait64_locked()
H A Dthread_act.c144 assert(wait_result == THREAD_WAITING); in thread_start_in_assert_wait()
H A Dlock_mtx.c1434 assert(wait_result == THREAD_WAITING); in mutex_pause()
H A Dclock.c1537 if (wresult == THREAD_WAITING) { in mach_wait_until_trap()
H A Dsched_prim.c1118 return thread->wait_result = THREAD_WAITING; in thread_mark_wait_locked()
1473 if (wresult == THREAD_WAITING) { in thread_stop()
1505 if (wresult == THREAD_WAITING) { in thread_stop()
1613 if (wresult == THREAD_WAITING) { in thread_wait()
H A Dledger.c2053 if (ret != THREAD_WAITING) { in ledger_perform_blocking()
H A Dthread.c217 .wait_result = THREAD_WAITING,
/xnu-8792.41.9/osfmk/ipc/
H A Dipc_mqueue.c446 if (wresult == THREAD_WAITING) { in ipc_mqueue_send_locked()
873 if (wresult == THREAD_WAITING) { in ipc_mqueue_receive()
/xnu-8792.41.9/bsd/kern/
H A Dsys_ulock.c717 if (wr == THREAD_WAITING) { in sys_ulock_wait2()
735 if (wr == THREAD_WAITING) { in sys_ulock_wait2()
H A Dsubr_log_stream.c793 if (wr == THREAD_WAITING) { in handle_no_logs()
/xnu-8792.41.9/osfmk/vm/
H A Dvm_fourk_pager.c1196 assert(wait_result == THREAD_WAITING); in fourk_pager_data_request()
H A Dvm_apple_protect.c692 assert(wait_result == THREAD_WAITING); in apple_protect_pager_data_request()
H A Dvm_pageout.c1006 if (wr == THREAD_WAITING) { in mach_vm_pressure_monitor()
4218 if (wait_result == THREAD_WAITING) { in vm_pageout_iothread_internal_continue()
4717 if (wr == THREAD_WAITING) { in mach_vm_pressure_level_monitor()
4735 if (wr == THREAD_WAITING) { in mach_vm_pressure_level_monitor()
10192 if (kr == THREAD_WAITING) { in vm_paging_map_object()
H A Dvm_fault.c1580 if (wait_result == THREAD_WAITING) { in vm_fault_page()
4478 if (result == THREAD_WAITING) { in vm_fault_internal()
H A Dvm_resident.c3987 if (wait_result == THREAD_WAITING) { in vm_page_wait()
/xnu-8792.41.9/bsd/dev/dtrace/
H A Ddtrace_glue.c555 ASSERT(ret == THREAD_WAITING); in cyclic_remove()
H A Ddtrace.c18322 if (assert_wait_deadline(state, THREAD_ABORTSAFE, abstime) == THREAD_WAITING) { in dtrace_ioctl()
/xnu-8792.41.9/iokit/Kernel/
H A DIOUserServer.cpp1647 willWait = (synchronous && (waitResult == THREAD_WAITING)); in CheckForWork_Impl()
2136 willWait = (waitResult == THREAD_WAITING); in waitInterruptTrap()
H A DIOService.cpp1802 if (wait_result == THREAD_WAITING) { in lockForArbitration()