Searched refs:ETIMEDOUT (Results 1 - 16 of 16) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A D__timedwait.c25 return ETIMEDOUT;
H A Dmtx_timedlock.c11 return ret == ETIMEDOUT ? thrd_timedout : thrd_error;
H A Dthrd_sleep.c14 return ret == ETIMEDOUT ? 0 : -2;
H A Dcnd_timedwait.c145 case ETIMEDOUT:
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dtime_conversion.h32 return ETIMEDOUT;
/fuchsia/zircon/system/host/netprotocol/
H A Dnetruncmd.c65 if (errno == ETIMEDOUT) {
H A Dnetprotocol.c303 errno = ETIMEDOUT;
397 errno = ETIMEDOUT;
H A Dnetcp.c304 if (errno == ETIMEDOUT) {
/fuchsia/zircon/kernel/lib/libc/include/
H A Derrno.h116 #define ETIMEDOUT 116 /* Connection timed out */ macro
/fuchsia/zircon/third_party/ulib/musl/include/bits/
H A Derrno.h111 #define ETIMEDOUT 110 macro
/fuchsia/zircon/system/ulib/unittest/
H A Dwatchdog.cpp143 assert(result == 0 || result == ETIMEDOUT);
/fuchsia/zircon/third_party/ulib/musl/src/errno/
H A D__strerror.h32 E(ETIMEDOUT, "Operation timed out")
/fuchsia/zircon/system/utest/core/pthread/
H A Dpthread.cpp171 EXPECT_EQ(result, ETIMEDOUT, "Lock should have timeout");
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosfuchsia.cpp674 ZX_ASSERT_MSG(errno == ETIMEDOUT, "sem_timedwait failed unexpectedly %d", errno);
766 if (ret == ETIMEDOUT)
H A Dosunixxf.c940 if (errno != ETIMEDOUT)
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c853 case ZX_ERR_TIMED_OUT: return ETIMEDOUT;

Completed in 175 milliseconds