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

/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dwait_bit.h17 #define ETIMEDOUT 110 macro
34 * @return 0 on success, -ETIMEDOUT or -EINTR on failure
63 return -ETIMEDOUT; \
H A Dphy.c273 return -ETIMEDOUT;
/seL4-camkes-master/projects/musllibc/src/thread/
H A Dcnd_timedwait.c13 case ETIMEDOUT: return thrd_timedout;
H A Dmtx_timedlock.c12 case ETIMEDOUT: return thrd_timedout;
H A D__timedwait.c27 if (to.tv_sec < 0) return ETIMEDOUT;
33 if (r != EINTR && r != ETIMEDOUT && r != ECANCELED) r = 0;
H A Dpthread_join.c14 while ((tmp = t->tid) && r != ETIMEDOUT && r != EINVAL)
17 if (r == ETIMEDOUT || r == EINVAL) return r;
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Dsyscall_misc.c73 if (errno == ETIMEDOUT)
H A D_lwp.c247 bmk_assert(rv == 0 || rv == ETIMEDOUT);
/seL4-camkes-master/projects/musllibc/src/aio/
H A Daio_suspend.c69 case ETIMEDOUT:
/seL4-camkes-master/projects/musllibc/arch/generic/bits/
H A Derrno.h111 #define ETIMEDOUT 110 macro
/seL4-camkes-master/projects/musllibc/arch/mips/bits/
H A Derrno.h115 #define ETIMEDOUT 145 macro
/seL4-camkes-master/projects/musllibc/arch/mips64/bits/
H A Derrno.h115 #define ETIMEDOUT 145 macro
/seL4-camkes-master/projects/musllibc/arch/mipsn32/bits/
H A Derrno.h115 #define ETIMEDOUT 145 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc/bits/
H A Derrno.h111 #define ETIMEDOUT 110 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc64/bits/
H A Derrno.h111 #define ETIMEDOUT 110 macro
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Derrno.h159 #define ETIMEDOUT 110 /* Connection timed out */ macro
/seL4-camkes-master/projects/musllibc/src/errno/
H A D__strerror.h32 E(ETIMEDOUT, "Operation timed out")
/seL4-camkes-master/projects/projects_libs/libtx2bpmp/src/
H A Dbpmp.c101 return -ETIMEDOUT;
247 ret = -ETIMEDOUT;
/seL4-camkes-master/tools/rumprun/platform/xen/librumpxen_xendev/
H A Dprivcmd.c206 return ETIMEDOUT;
/seL4-camkes-master/tools/rumprun/tests/basic/
H A Dpthread_test.c152 if (pthread_cond_timedwait(&cv2, &mtx, &ts) != ETIMEDOUT) {
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/tx2/
H A Dtx2.c272 if (err == -ETIMEDOUT) {
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dphy.c249 return -ETIMEDOUT;

Completed in 222 milliseconds