Home
last modified time | relevance | path

Searched refs:THREAD_TIMED_OUT (Results 1 – 19 of 19) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Dkern_synch.c79 case THREAD_TIMED_OUT: in _sleep_continue()
278 case THREAD_TIMED_OUT: in _sleep()
H A Dsys_ulock.c473 case THREAD_TIMED_OUT: in wait_result_to_return_code()
H A Dsubr_log_stream.c797 return wr == THREAD_AWAKENED || wr == THREAD_TIMED_OUT ? 0 : EINTR; in handle_no_logs()
H A Dkern_event.c7964 case THREAD_TIMED_OUT:
8052 case THREAD_TIMED_OUT:
/xnu-12377.61.12/osfmk/kern/
H A Dtest_mpsc_queue.c123 if (wr == THREAD_TIMED_OUT) { in mpsc_test_pingpong()
H A Dkern_types.h89 #define THREAD_TIMED_OUT 1 /* timeout expired */ macro
H A Dsync_sema.c611 case THREAD_TIMED_OUT: in semaphore_convert_wait_result()
H A Dlock_mtx.c1444 assert(wait_result == THREAD_TIMED_OUT); in mutex_pause()
H A Dprocessor.c936 if (wait_result == THREAD_TIMED_OUT) { in processor_wait_for_start()
H A Dlocks.c2484 case THREAD_TIMED_OUT:
H A Dsched_prim.c767 clear_wait_internal(thread, THREAD_TIMED_OUT); in thread_timer_expire()
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_mqueue.c521 case THREAD_TIMED_OUT: in ipc_mqueue_send_locked()
801 case THREAD_TIMED_OUT: in ipc_mqueue_receive_results()
H A Dipc_eventlink.c832 case THREAD_TIMED_OUT: in ipc_eventlink_convert_wait_result()
/xnu-12377.61.12/iokit/Kernel/
H A DIOService.cpp932 wait = (waitResult != THREAD_TIMED_OUT); in attach()
2634 }while (wait && (waitResult != THREAD_TIMED_OUT)); in terminatePhase1()
2855 if (__improbable(waitResult == THREAD_TIMED_OUT)) { in scheduleTerminatePhase2()
2861 } while (gIOTerminateWork || (wait && (waitResult != THREAD_TIMED_OUT))); in scheduleTerminatePhase2()
4712 assert((THREAD_AWAKENED == waitResult) || (THREAD_TIMED_OUT == waitResult)); in systemHalt()
4713 if (THREAD_TIMED_OUT == waitResult) { in systemHalt()
5751 wait = (waitResult != THREAD_TIMED_OUT) && !done; in waitForState()
6111 } while (wait && (waitResult != THREAD_TIMED_OUT)); in waitMatchIdle()
6114 if (waitResult == THREAD_TIMED_OUT) { in waitMatchIdle()
H A DIOServicePM.cpp8790 if (THREAD_TIMED_OUT == waitResult) { in waitForPMDriverCall()
H A DIOPMrootDomain.cpp10805 if (THREAD_TIMED_OUT == waitResult) {
/xnu-12377.61.12/osfmk/vm/
H A Dvm_apple_protect.c700 assert(wait_result == THREAD_TIMED_OUT); in apple_protect_pager_data_request()
H A Dvm_resident.c8864 if (wait_result == THREAD_TIMED_OUT && !vm_page_queue_empty(&q->pgo_pending)) { in hibernate_drain_pageout_queue()
9037 if (wait_result != THREAD_TIMED_OUT) { in hibernate_flush_queue()
H A Dvm_compressor.c3646 if (wait_result == THREAD_TIMED_OUT) { in vm_compressor_flush()