Home
last modified time | relevance | path

Searched defs:FD_SETSIZE (Results 1 - 22 of 22) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dselect.h39 #undef FD_SETSIZE macro
40 #define FD_SETSIZE 1024 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dselect.h18 #define FD_SETSIZE 1024 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dselect.h18 #define FD_SETSIZE 1024 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dselect.h18 #define FD_SETSIZE 1024 macro
/third_party/musl/include/sys/
H A Dselect.h18 #define FD_SETSIZE 1024 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dselect.h23 #define FD_SETSIZE 1024 macro
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c29 #define FD_SETSIZE 1024 macro
[all...]
/third_party/python/Modules/
H A Dselectmodule.c41 #define FD_SETSIZE 512 macro
[all...]
/third_party/lwip/src/include/lwip/
H A Dsockets.h467 #undef FD_SETSIZE macro
469 #define FD_SETSIZE MEMP_NUM_NETCONN macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs275 pub const FD_SETSIZE: usize = 64; consts
277 pub const FD_SETSIZE: usize = 1024; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs209 pub const FD_SETSIZE: size_t = 1024; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs641 pub const FD_SETSIZE: usize = 1024; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1263 pub const FD_SETSIZE: usize = 1024; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs667 pub const FD_SETSIZE: usize = 1024; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1778 pub const FD_SETSIZE: usize = 0x100; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1204 pub const FD_SETSIZE: usize = 1024; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1084 pub const FD_SETSIZE: usize = 1024; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1048 pub const FD_SETSIZE: usize = 1024; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1183 pub const FD_SETSIZE: usize = 256; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1830 pub const FD_SETSIZE: usize = 1024; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1253 pub const FD_SETSIZE: usize = 65536; consts
1255 pub const FD_SETSIZE: usize = 1024; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3920 pub const FD_SETSIZE: usize = 1024; consts

Completed in 81 milliseconds