Searched refs:ETIMEDOUT (Results 1 – 9 of 9) sorted by relevance
14 return ret == ETIMEDOUT ? 0 : -2; in thrd_sleep()
25 return ETIMEDOUT; in __timedwait()
11 return ret == ETIMEDOUT ? thrd_timedout : thrd_error; in mtx_timedlock()
145 case ETIMEDOUT: in cnd_timedwait()
32 return ETIMEDOUT; in __timespec_to_deadline()
111 #define ETIMEDOUT 110 macro
32 E(ETIMEDOUT, "Operation timed out")
689 ZX_ASSERT_MSG(errno == ETIMEDOUT, "sem_timedwait failed unexpectedly %d", errno); in AcpiOsWaitSemaphore()781 if (ret == ETIMEDOUT) in AcpiOsAcquireMutex()
940 if (errno != ETIMEDOUT) in AcpiOsWaitSemaphore()
Completed in 619 milliseconds