Home
last modified time | relevance | path

Searched refs:TFD_NONBLOCK (Results 1 – 11 of 11) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dillumos.txt19 TFD_NONBLOCK
H A Dfuchsia.txt1035 TFD_NONBLOCK
H A Dnetbsd.txt1046 TFD_NONBLOCK
H A Dandroid.txt2866 TFD_NONBLOCK
H A Dlinux.txt3381 TFD_NONBLOCK
/rust-libc-0.2.174/src/unix/solarish/
H A Dillumos.rs263 pub const TFD_NONBLOCK: i32 = 0o4000; constant
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2276 pub const TFD_NONBLOCK: i32 = crate::O_NONBLOCK; constant
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs957 pub const TFD_NONBLOCK: c_int = O_NONBLOCK; constant
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs2634 pub const TFD_NONBLOCK: c_int = O_NONBLOCK; constant
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4628 pub const TFD_NONBLOCK: c_int = crate::O_NONBLOCK; constant
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs3231 pub const TFD_NONBLOCK: c_int = O_NONBLOCK; constant