Home
last modified time | relevance | path

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

12

/xnu-12377.61.12/osfmk/kern/
H A Dkern_types.h87 #define THREAD_WAITING -1 /* thread is waiting */ macro
H A Dlock_rw.c979 if (res == THREAD_WAITING) {
1056 if (res == THREAD_WAITING) {
1375 if (res == THREAD_WAITING) {
1678 if (res == THREAD_WAITING) { in lck_rw_lock_shared_to_exclusive_success()
2696 if (res == THREAD_WAITING) { in lck_rw_sleep()
2758 if (res == THREAD_WAITING) { in lck_rw_sleep_deadline()
H A Dlocks.c1069 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 Dthread_call.c1863 if (wres != THREAD_WAITING) { in thread_call_thread()
2228 if (res != THREAD_WAITING) { in thread_call_wait_once_locked()
2312 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 Depoch_sync.c473 if (wr == THREAD_WAITING) { in esync_wait()
H A Dsfi.c1019 if (waitret == THREAD_WAITING) { in sfi_ast()
H A Dthread_act.c233 assert(wait_result == THREAD_WAITING); in thread_start_in_assert_wait()
H A Dwaitq.c1371 if (wait_result == THREAD_WAITING) { in waitq_assert_wait64_locked()
1398 if (waitq_type(safeq) == WQT_TURNSTILE && wait_result == THREAD_WAITING) { in waitq_assert_wait64_locked()
H A Dlock_mtx.c1441 assert(wait_result == THREAD_WAITING); in mutex_pause()
H A Dclock.c1538 if (wresult == THREAD_WAITING) { in mach_wait_until_trap()
H A Dsched_prim.c1089 return thread->wait_result = THREAD_WAITING; in thread_mark_wait_locked()
1456 if (wresult == THREAD_WAITING) { in thread_stop()
1495 if (wresult == THREAD_WAITING) { in thread_stop()
1603 if (wresult == THREAD_WAITING) { in thread_wait()
H A Dledger.c2301 if (ret != THREAD_WAITING) { in ledger_perform_blocking()
H A Dsmr.c944 if (wr == THREAD_WAITING) { in __smr_wait_for_stalled()
H A Dthread.c224 .wait_result = THREAD_WAITING,
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_mqueue.c500 if (wresult == THREAD_WAITING) { in ipc_mqueue_send_locked()
895 if (wresult == THREAD_WAITING) { in ipc_mqueue_receive()
/xnu-12377.61.12/bsd/kern/
H A Dsys_ulock.c758 if (wr == THREAD_WAITING) { in sys_ulock_wait2()
776 if (wr == THREAD_WAITING) { in sys_ulock_wait2()
H A Dsubr_log_stream.c793 if (wr == THREAD_WAITING) { in handle_no_logs()
/xnu-12377.61.12/osfmk/arm64/sptm/pmap/
H A Dpmap_data.h353 assertf(wres == THREAD_WAITING, "%s: unexpected wait result %d", __func__, wres); in pvh_lock()
/xnu-12377.61.12/bsd/dev/dtrace/
H A Ddtrace_glue.c552 ASSERT(ret == THREAD_WAITING); in cyclic_remove()
/xnu-12377.61.12/osfmk/vm/
H A Dvm_apple_protect.c698 assert(wait_result == THREAD_WAITING); in apple_protect_pager_data_request()
H A Dvm_pageout.c1078 if (wr == THREAD_WAITING) {
4545 if (wait_result == THREAD_WAITING) {
5084 if (wr == THREAD_WAITING) {
5104 if (wr == THREAD_WAITING) {
9543 if (kr == THREAD_WAITING) {
H A Dvm_resident.c5579 if (wait_result != THREAD_WAITING) { in vm_page_wait()
/xnu-12377.61.12/tests/unit/mocks/
H A Dmock_thread.c1331 return THREAD_WAITING; // Indicate thread is now waiting, but not blocked yet
/xnu-12377.61.12/iokit/Kernel/
H A DIOUserServer.cpp1681 willWait = (synchronous && (waitResult == THREAD_WAITING)); in CheckForWork_Impl()
2208 willWait = (waitResult == THREAD_WAITING); in waitInterruptTrap()

12