Searched refs:KERN_OPERATION_TIMED_OUT (Results 1 – 14 of 14) sorted by relevance
309 #define KERN_OPERATION_TIMED_OUT 49 macro
854 case KERN_OPERATION_TIMED_OUT: in sem_wait_nocancel()918 case KERN_OPERATION_TIMED_OUT: in sem_trywait()976 case KERN_OPERATION_TIMED_OUT: in sem_post()1052 case KERN_OPERATION_TIMED_OUT: in psem_delete()
493 case KERN_OPERATION_TIMED_OUT: in stackshot_kern_return_to_bsd_error()
1004 } else if (kern_result == KERN_OPERATION_TIMED_OUT) { in __posix_sem_syscall_return()1089 } else if (kern_result == KERN_OPERATION_TIMED_OUT) { in __semwait_signal_nocancel()
85 …T_EXPECT_MACH_ERROR(kr, KERN_OPERATION_TIMED_OUT, "mach_eventlink_wait_until returned expected err… in test_eventlink_wait_with_timeout()107 …T_EXPECT_MACH_ERROR(kr, KERN_OPERATION_TIMED_OUT, "mach_eventlink_wait_until returned expected err… in test_eventlink_wait_no_wait()205 …T_EXPECT_MACH_ERROR(kr, KERN_OPERATION_TIMED_OUT, "mach_eventlink_wait_until returned expected err… in test_eventlink_wait_then_wait_signal_with_no_wait()
153 if (kret == KERN_OPERATION_TIMED_OUT) { in writer_wait()464 if (kret == KERN_OPERATION_TIMED_OUT) { in write_to_fd()715 if (kret == KERN_OPERATION_TIMED_OUT) { in read_from_fd()
154 case KERN_OPERATION_TIMED_OUT: in grab_pgo_data()
233 && (KERN_OPERATION_TIMED_OUT != rtn) in enqueueCommand()
749 kr = KERN_OPERATION_TIMED_OUT; in ipc_eventlink_signal_wait_internal()833 return KERN_OPERATION_TIMED_OUT; in ipc_eventlink_convert_wait_result()
613 return KERN_OPERATION_TIMED_OUT; in semaphore_convert_wait_result()686 kr = KERN_OPERATION_TIMED_OUT; in semaphore_wait_internal()
1534 case KERN_OPERATION_TIMED_OUT: in mach_to_bsd_errno()1562 return KERN_OPERATION_TIMED_OUT; in kern_return_for_errno()
190 return KERN_OPERATION_TIMED_OUT; in txm_parse_return()1290 while (ret == KERN_OPERATION_TIMED_OUT) { in txm_associate_code_signature()
1103 return KERN_OPERATION_TIMED_OUT; in IOBSDGetPlatformUUID()
3942 kr = KERN_OPERATION_TIMED_OUT;