/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-1-buildonly.c | 92 #ifdef ETIME 93 static int dummy75 = ETIME;
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 383 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 D | vc4_bufmgr.c | 554 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 D | libsync.h | 78 errno = ETIME; in sync_wait()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 63 #define ETIME 62 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 63 #define ETIME 62 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 63 #define ETIME 62 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 62 #define ETIME 62 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 63 #define ETIME 62 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 111 #define ETIME 62 /* Timer expired */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 62 #define ETIME 62 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 57 #define ETIME 62 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 57 #define ETIME 62 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 57 #define ETIME 62 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 62 #define ETIME 62 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 62 #define ETIME 62 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | mod.rs | 196 pub const ETIME: ::c_int = 73; consts 241 pub const ETIME: ::c_int = 62; consts
|
/third_party/libuv/src/unix/ |
H A D | sunos.c | 246 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 D | sunos.c | 246 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 D | libsync.h | 122 errno = ETIME; in sync_wait()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_gem.c | 56 return ret == -1 && errno == ETIME; in intel_gem_supports_syncobj_wait()
|
/third_party/musl/libc-test/src/api/ |
H A D | errno.c | 83 C(ETIME) in f()
|
/third_party/ltp/lib/ |
H A D | errnos.h | 95 PAIR(ETIME) in tst_strerrno()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 64 pub const ETIME: u32 = 62; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 64 pub const ETIME: u32 = 62; consts
|