Home
last modified time | relevance | path

Searched defs:nfds_t (Results 1 – 25 of 27) sorted by relevance

12

/third_party/musl/porting/linux/user/include/
Dpoll.h29 typedef unsigned long nfds_t; typedef
/third_party/musl/ndk_musl_include/
Dpoll.h29 typedef unsigned long nfds_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h29 typedef unsigned long nfds_t; typedef
/third_party/musl/include/
Dpoll.h29 typedef unsigned long nfds_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h29 typedef unsigned long nfds_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h29 typedef unsigned long nfds_t; typedef
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h33 typedef unsigned long nfds_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h33 typedef unsigned long nfds_t; typedef
/third_party/ffmpeg/libavformat/
Dos_support.h112 typedef unsigned long nfds_t; typedef
/third_party/pulseaudio/src/pulsecore/
Dpoll-win32.c36 typedef unsigned long nfds_t; typedef
/third_party/lwip/src/include/lwip/
Dsockets.h506 typedef unsigned int nfds_t; typedef
/third_party/rust/crates/libc/src/
Dwasi.rs39 pub type nfds_t = c_ulong; typedef
679 pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; in poll()
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs23 pub type nfds_t = u32; typedef
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs7 pub type nfds_t = ::c_uint; typedef
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs66 pub type nfds_t = ::c_uint; typedef
1376 pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; in poll()
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs4 pub type nfds_t = ::c_ulong; typedef
1602 numfds: ::nfds_t, in ppoll()
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs15 pub type nfds_t = ::c_ulong; typedef
/third_party/rust/crates/libc/src/unix/
Dmod.rs1315 pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; in poll()
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs27 pub type nfds_t = ::c_ulong; typedef
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs53 pub type nfds_t = ::c_ulong; typedef
3784 pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; in poll()
4137 nfds: nfds_t, in ppoll()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs19 pub type nfds_t = ::c_uint; typedef
3276 nfds: nfds_t, in ppoll()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs16 pub type nfds_t = ::c_ulong; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs12 pub type nfds_t = ::c_ulong; typedef
4174 nfds: nfds_t, in ppoll()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2792 nfds: ::nfds_t, in pollts()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1554 nfds: ::nfds_t, in ppoll()

12