| /xnu-10063.141.1/osfmk/kern/ |
| H A D | kern_types.h | 87 #define THREAD_WAITING -1 /* thread is waiting */ macro
|
| H A D | lock_rw.c | 963 if (res == THREAD_WAITING) { 1040 if (res == THREAD_WAITING) { 1343 if (res == THREAD_WAITING) { 1644 if (res == THREAD_WAITING) { in lck_rw_lock_shared_to_exclusive_success() 2595 if (res == THREAD_WAITING) { in lck_rw_sleep() 2657 if (res == THREAD_WAITING) { in lck_rw_sleep_deadline()
|
| H A D | locks.c | 1069 if (res == THREAD_WAITING) { in lck_spin_sleep_grp() 1110 if (res == THREAD_WAITING) { in lck_spin_sleep_deadline() 1154 if (res == THREAD_WAITING) { in lck_mtx_sleep() 1209 if (res == THREAD_WAITING) { in lck_mtx_sleep_deadline() 1407 if (ret == THREAD_WAITING) { 1745 if (ret == THREAD_WAITING) {
|
| H A D | thread_call.c | 1863 if (wres != THREAD_WAITING) { in thread_call_thread() 2215 if (res != THREAD_WAITING) { in thread_call_wait_once_locked() 2299 if (res != THREAD_WAITING) { in thread_call_wait_locked()
|
| H A D | clock_oldops.c | 546 if (wait_result == THREAD_WAITING) { in clock_sleep_internal()
|
| H A D | epoch_sync.c | 377 if (wr == THREAD_WAITING) { in esync_wait()
|
| H A D | sfi.c | 1017 if (waitret == THREAD_WAITING) { in sfi_ast()
|
| H A D | thread_act.c | 221 assert(wait_result == THREAD_WAITING); in thread_start_in_assert_wait()
|
| H A D | waitq.c | 1385 if (wait_result == THREAD_WAITING) { in waitq_assert_wait64_locked() 1412 if (waitq_type(safeq) == WQT_TURNSTILE && wait_result == THREAD_WAITING) { in waitq_assert_wait64_locked()
|
| H A D | lock_mtx.c | 1399 assert(wait_result == THREAD_WAITING); in mutex_pause()
|
| H A D | clock.c | 1538 if (wresult == THREAD_WAITING) { in mach_wait_until_trap()
|
| H A D | sched_prim.c | 1141 return thread->wait_result = THREAD_WAITING; in thread_mark_wait_locked() 1506 if (wresult == THREAD_WAITING) { in thread_stop() 1538 if (wresult == THREAD_WAITING) { in thread_stop() 1646 if (wresult == THREAD_WAITING) { in thread_wait()
|
| H A D | ledger.c | 2157 if (ret != THREAD_WAITING) { in ledger_perform_blocking()
|
| H A D | smr.c | 943 if (wr == THREAD_WAITING) { in __smr_wait_for_stalled()
|
| H A D | thread.c | 219 .wait_result = THREAD_WAITING,
|
| /xnu-10063.141.1/osfmk/ipc/ |
| H A D | ipc_mqueue.c | 525 if (wresult == THREAD_WAITING) { in ipc_mqueue_send_locked() 955 if (wresult == THREAD_WAITING) { in ipc_mqueue_receive()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | sys_ulock.c | 744 if (wr == THREAD_WAITING) { in sys_ulock_wait2() 762 if (wr == THREAD_WAITING) { in sys_ulock_wait2()
|
| H A D | subr_log_stream.c | 793 if (wr == THREAD_WAITING) { in handle_no_logs()
|
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | vm_fourk_pager.c | 1196 assert(wait_result == THREAD_WAITING); in fourk_pager_data_request()
|
| H A D | vm_apple_protect.c | 692 assert(wait_result == THREAD_WAITING); in apple_protect_pager_data_request()
|
| H A D | vm_pageout.c | 1036 if (wr == THREAD_WAITING) { in mach_vm_pressure_monitor() 4280 if (wait_result == THREAD_WAITING) { in vm_pageout_iothread_internal_continue() 4817 if (wr == THREAD_WAITING) { in mach_vm_pressure_level_monitor() 4835 if (wr == THREAD_WAITING) { in mach_vm_pressure_level_monitor() 10195 if (kr == THREAD_WAITING) { in vm_paging_map_object()
|
| H A D | vm_fault.c | 1590 if (wait_result == THREAD_WAITING) { in vm_fault_page() 4658 if (result == THREAD_WAITING) { in vm_fault_internal()
|
| /xnu-10063.141.1/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_data.h | 337 assertf(wres == THREAD_WAITING, "%s: unexpected wait result %d", __func__, wres); in pvh_lock()
|
| /xnu-10063.141.1/bsd/dev/dtrace/ |
| H A D | dtrace_glue.c | 555 ASSERT(ret == THREAD_WAITING); in cyclic_remove()
|
| /xnu-10063.141.1/iokit/Kernel/ |
| H A D | IOUserServer.cpp | 1681 willWait = (synchronous && (waitResult == THREAD_WAITING)); in CheckForWork_Impl() 2193 willWait = (waitResult == THREAD_WAITING); in waitInterruptTrap()
|