Home
last modified time | relevance | path

Searched refs:ETIME (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-1-buildonly.c92 #ifdef ETIME
93 static int dummy75 = ETIME;
/third_party/rust/crates/nix/src/
H A Derrno.rs383 ETIME => "Timer expired",
1082 ETIME => "STREAM ioctl timeout",
1184 ETIME = libc::ETIME,
1329 libc::ETIME => ETIME,
1515 ETIME = libc::ETIME,
1633 libc::ETIME => ETIME,
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c554 if (vc4_wait_seqno_ioctl(screen->fd, seqno, 0) == -ETIME) { in vc4_wait_seqno()
562 if (ret != -ETIME) { in vc4_wait_seqno()
594 if (vc4_wait_bo_ioctl(screen->fd, bo->handle, 0) == -ETIME) { in vc4_bo_wait()
602 if (ret != -ETIME) { in vc4_bo_wait()
/third_party/libdrm/
H A Dlibsync.h78 errno = ETIME; in sync_wait()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h63 #define ETIME 62 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h63 #define ETIME 62 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h63 #define ETIME 62 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h62 #define ETIME 62 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h63 #define ETIME 62 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h111 #define ETIME 62 /* Timer expired */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h62 #define ETIME 62 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h57 #define ETIME 62 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h57 #define ETIME 62 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h57 #define ETIME 62 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h62 #define ETIME 62 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h62 #define ETIME 62 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs196 pub const ETIME: ::c_int = 73; consts
241 pub const ETIME: ::c_int = 62; consts
/third_party/libuv/src/unix/
H A Dsunos.c246 if (errno == EINTR || errno == ETIME) { in uv__io_poll()
350 if (saved_errno == ETIME) { in uv__io_poll()
467 * causes port_get() to return success instead of ETIME when there aren't in uv__fs_event_read()
470 * and treating it as we would ETIME. in uv__fs_event_read()
478 if ((r == -1 && errno == ETIME) || n == 0) in uv__fs_event_read()
/third_party/node/deps/uv/src/unix/
H A Dsunos.c246 if (errno == EINTR || errno == ETIME) { in uv__io_poll()
348 if (saved_errno == ETIME) { in uv__io_poll()
460 * causes port_get() to return success instead of ETIME when there aren't in uv__fs_event_read()
463 * and treating it as we would ETIME. in uv__fs_event_read()
471 if ((r == -1 && errno == ETIME) || n == 0) in uv__fs_event_read()
/third_party/mesa3d/src/util/
H A Dlibsync.h122 errno = ETIME; in sync_wait()
/third_party/mesa3d/src/intel/common/
H A Dintel_gem.c56 return ret == -1 && errno == ETIME; in intel_gem_supports_syncobj_wait()
/third_party/musl/libc-test/src/api/
H A Derrno.c83 C(ETIME) in f()
/third_party/ltp/lib/
H A Derrnos.h95 PAIR(ETIME) in tst_strerrno()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs64 pub const ETIME: u32 = 62; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs64 pub const ETIME: u32 = 62; consts

Completed in 16 milliseconds

1234