Home
last modified time | relevance | path

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

/xnu-11417.121.6/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.c463 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.c7963 case THREAD_TIMED_OUT:
8051 case THREAD_TIMED_OUT:
/xnu-11417.121.6/osfmk/kern/
H A Dkern_types.h89 #define THREAD_TIMED_OUT 1 /* timeout expired */ macro
H A Dtest_mpsc_queue.c123 if (wr == THREAD_TIMED_OUT) { in mpsc_test_pingpong()
H A Dsync_sema.c612 case THREAD_TIMED_OUT: in semaphore_convert_wait_result()
H A Dlock_mtx.c1415 assert(wait_result == THREAD_TIMED_OUT); in mutex_pause()
H A Dprocessor.c868 if (wait_result == THREAD_TIMED_OUT) { in processor_wait_for_start()
H A Dlocks.c2484 case THREAD_TIMED_OUT:
H A Dsched_prim.c962 clear_wait_internal(thread, THREAD_TIMED_OUT); in thread_timer_expire()
/xnu-11417.121.6/osfmk/ipc/
H A Dipc_mqueue.c547 case THREAD_TIMED_OUT: in ipc_mqueue_send_locked()
855 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-11417.121.6/iokit/Kernel/
H A DIOService.cpp922 wait = (waitResult != THREAD_TIMED_OUT); in attach()
2631 }while (wait && (waitResult != THREAD_TIMED_OUT)); in terminatePhase1()
2851 if (__improbable(waitResult == THREAD_TIMED_OUT)) { in scheduleTerminatePhase2()
2857 } while (gIOTerminateWork || (wait && (waitResult != THREAD_TIMED_OUT))); in scheduleTerminatePhase2()
4667 assert((THREAD_AWAKENED == waitResult) || (THREAD_TIMED_OUT == waitResult)); in systemHalt()
4668 if (THREAD_TIMED_OUT == waitResult) { in systemHalt()
5621 wait = (waitResult != THREAD_TIMED_OUT) && !done; in waitForState()
5981 } while (wait && (waitResult != THREAD_TIMED_OUT)); in waitMatchIdle()
5984 if (waitResult == THREAD_TIMED_OUT) { in waitMatchIdle()
H A DIOServicePM.cpp8699 if (THREAD_TIMED_OUT == waitResult) { in waitForPMDriverCall()
H A DIOPMrootDomain.cpp10565 if (THREAD_TIMED_OUT == waitResult) {
/xnu-11417.121.6/osfmk/vm/
H A Dvm_apple_protect.c703 assert(wait_result == THREAD_TIMED_OUT); in apple_protect_pager_data_request()
H A Dvm_resident.c7719 if (wait_result == THREAD_TIMED_OUT && !vm_page_queue_empty(&q->pgo_pending)) { in hibernate_drain_pageout_queue()
7892 if (wait_result != THREAD_TIMED_OUT) { in hibernate_flush_queue()
H A Dvm_compressor.c3517 if (wait_result == THREAD_TIMED_OUT) { in vm_compressor_flush()