Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/musl/src/thread/
A Dthrd_sleep.c14 return ret == ETIMEDOUT ? 0 : -2; in thrd_sleep()
A D__timedwait.c25 return ETIMEDOUT; in __timedwait()
A Dmtx_timedlock.c11 return ret == ETIMEDOUT ? thrd_timedout : thrd_error; in mtx_timedlock()
A Dcnd_timedwait.c145 case ETIMEDOUT: in cnd_timedwait()
/third_party/ulib/musl/src/internal/
A Dtime_conversion.h32 return ETIMEDOUT; in __timespec_to_deadline()
/third_party/ulib/musl/include/bits/
A Derrno.h111 #define ETIMEDOUT 110 macro
/third_party/ulib/musl/src/errno/
A D__strerror.h32 E(ETIMEDOUT, "Operation timed out")
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosfuchsia.cpp689 ZX_ASSERT_MSG(errno == ETIMEDOUT, "sem_timedwait failed unexpectedly %d", errno); in AcpiOsWaitSemaphore()
781 if (ret == ETIMEDOUT) in AcpiOsAcquireMutex()
A Dosunixxf.c940 if (errno != ETIMEDOUT) in AcpiOsWaitSemaphore()

Completed in 619 milliseconds