Home
last modified time | relevance | path

Searched defs:EINTR (Results 1 - 25 of 56) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv05.c33 TST_EXP_FAIL2(msgrcv(queue_id, &rcv_buf, MSGSIZE, 1, 0), EINTR, in verify_msgrcv() local
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
H A Depoll_pwait01.c48 TST_EXP_FAIL(do_epoll_pwait(efd, &e, 1, -1, NULL), EINTR, in verify_nonsigmask() local
/third_party/curl/lib/
H A Dcurl_setup_once.h325 #undef EINTR /* override definition in errno.h */ macro
326 #define EINTR WSAEINTR macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h367 # undef EINTR /* override definition in errno.h */ macro
368 # define EINTR WSAEINTR macro
/third_party/curl/tests/server/
H A Dutil.c52 #undef EINTR macro
53 #define EINTR 4 /* errno.h value */ macro
H A Dsockfilt.c117 #undef EINTR macro
118 #define EINTR 4 /* errno.h value */ macro
H A Drtspd.c61 #undef EINTR macro
62 #define EINTR 4 /* errno.h value */ macro
H A Dsocksd.c88 #undef EINTR macro
89 #define EINTR 4 /* errno.h value */ macro
H A Dmqttd.c70 #undef EINTR macro
71 #define EINTR 4 /* errno.h value */ macro
/third_party/libwebsockets/include/
H A Dlibwebsockets.h475 #define EINTR 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h5 #define EINTR 4 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h5 #define EINTR 4 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h5 #define EINTR 4 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h4 #define EINTR 4 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h5 #define EINTR 4 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h51 #define EINTR 4 /* Interrupted system call */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h4 #define EINTR 4 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h4 #define EINTR 4 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h4 #define EINTR 4 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h4 #define EINTR 4 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h4 #define EINTR 4 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h4 #define EINTR 4 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs6 pub const EINTR: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs6 pub const EINTR: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs6 pub const EINTR: u32 = 4; consts

Completed in 18 milliseconds

123