Home
last modified time | relevance | path

Searched defs:EWOULDBLOCK (Results 1 - 25 of 55) sorted by relevance

123

/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h8 #undef EWOULDBLOCK macro
9 #define EWOULDBLOCK WSAEWOULDBLOCK macro
/third_party/python/Lib/
H A Dsocket.py63 EWOULDBLOCK = getattr(errno, 'EWOULDBLOCK', 11) variable
H A Dasyncore.py58 errorcode global() namespace
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h45 #define EWOULDBLOCK (MHDW32ERRBASE+1) macro
/third_party/python/Modules/
H A Derrnomodule.c36 #undef EWOULDBLOCK macro
/third_party/rust/crates/nix/src/
H A Derrno.rs1261 pub const EWOULDBLOCK: Errno = Errno::EAGAIN; consts
1525 pub const EWOULDBLOCK: Errno = Errno::EAGAIN; consts
1751 pub const EWOULDBLOCK: Errno = Errno::EAGAIN; consts
1968 pub const EWOULDBLOCK: Errno = Errno::EAGAIN; consts
2182 pub const EWOULDBLOCK: Errno = Errno::EAGAIN; consts
2396 pub const EWOULDBLOCK: Errno = Errno::EAGAIN; consts
2599 pub const EWOULDBLOCK: Errno = Errno::EAGAIN; consts
2828 pub const EWOULDBLOCK: Errno = Errno::EAGAIN; consts
3046 pub const EWOULDBLOCK: Errno = Errno::EAGAIN; consts
/third_party/curl/lib/
H A Dcurl_setup_once.h329 #undef EWOULDBLOCK /* override definition in errno.h */ macro
330 #define EWOULDBLOCK WSAEWOULDBLOCK macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h371 # undef EWOULDBLOCK /* override definition in errno.h */ macro
372 # define EWOULDBLOCK WSAEWOULDBLOCK macro
/third_party/libwebsockets/include/
H A Dlibwebsockets.h476 #define EWOULDBLOCK EAGAIN macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h42 #define EWOULDBLOCK EAGAIN macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h42 #define EWOULDBLOCK EAGAIN macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h42 #define EWOULDBLOCK EAGAIN macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h41 #define EWOULDBLOCK EAGAIN macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h42 #define EWOULDBLOCK EAGAIN macro
/third_party/lwip/src/include/lwip/
H A Derrno.h88 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h41 #define EWOULDBLOCK EAGAIN macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h119 #define EWOULDBLOCK EAGAIN macro
/third_party/musl/arch/mips/bits/
H A Derrno.h119 #define EWOULDBLOCK EAGAIN macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h119 #define EWOULDBLOCK EAGAIN macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h41 #define EWOULDBLOCK EAGAIN macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h41 #define EWOULDBLOCK EAGAIN macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs43 pub const EWOULDBLOCK: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs43 pub const EWOULDBLOCK: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs43 pub const EWOULDBLOCK: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs122 pub const EWOULDBLOCK: u32 = 11; consts

Completed in 18 milliseconds

123