Home
last modified time | relevance | path

Searched defs:EINTR (Results 1 – 25 of 36) sorted by relevance

12

/external/libxml2/include/
Dwsockcompat.h45 #define EINTR WSAEINTR macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h8 #define EINTR 4 /* Interrupted system call */ macro
/external/rust/crates/nix/src/
Derrno.rs643 EINTR = libc::EINTR, enumerator
930 EINTR = libc::EINTR, enumerator
1165 EINTR = libc::EINTR, enumerator
1381 EINTR = libc::EINTR, enumerator
1594 EINTR = libc::EINTR, enumerator
1806 EINTR = libc::EINTR, enumerator
2020 EINTR = libc::EINTR, enumerator
/external/llvm-project/libcxx/include/
Derrno.h312 #define EINTR 9959 macro
/external/libcxx/include/
Derrno.h313 #define EINTR 9959 macro
/external/curl/lib/
Dcurl_setup_once.h407 #define EINTR WSAEINTR macro
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h50 #define EINTR 4 /* Interrupted system call */ macro
/external/python/cpython2/Lib/
Dsocket.py98 EINTR = getattr(errno, 'EINTR', 4) variable
/external/curl/tests/server/
Dutil.c56 #define EINTR 4 /* errno.h value */ macro
Dsocksd.c89 #define EINTR 4 /* errno.h value */ macro
Drtspd.c62 #define EINTR 4 /* errno.h value */ macro
Dsockfilt.c117 #define EINTR 4 /* errno.h value */ macro
Dmqttd.c72 #define EINTR 4 /* errno.h value */ macro
Dsws.c64 #define EINTR 4 /* errno.h value */ macro
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h453 #define EINTR WSAEINTR macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py12 EINTR = 4 variable
/external/python/cpython3/Doc/whatsnew/
D3.5.rst556 .. _whatsnew-pep-479:
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py16 EINTR = 4 variable
/external/libwebsockets/include/
Dlibwebsockets.h427 #define EINTR 4 macro
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs267 pub const EINTR: ::c_int = 4; constant
/external/rust/crates/libc/src/windows/
Dmod.rs148 pub const EINTR: ::c_int = 4; constant
/external/rust/crates/libc/src/unix/hermit/
Dmod.rs492 pub const EINTR: ::c_int = 4; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs243 pub const EINTR: ::c_int = 4; constant
/external/rust/crates/libc/src/
Dwasi.rs274 pub const EINTR: c_int = 27; constant
/external/rust/crates/libc/src/unix/redox/
Dmod.rs275 pub const EINTR: ::c_int = 4; /* Interrupted system call */ constant

12