Home
last modified time | relevance | path

Searched refs:useconds_t (Results 1 – 24 of 24) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dcygwin.txt877 useconds_t
H A Dopenbsd.txt1341 useconds_t
H A Dfuchsia.txt1475 useconds_t
H A Dnetbsd.txt1630 useconds_t
H A Ddragonfly.txt1641 useconds_t
H A Dfreebsd.txt2400 useconds_t
H A Dapple.txt2349 useconds_t
H A Dandroid.txt3963 useconds_t
H A Dlinux.txt4350 useconds_t
/rust-libc-0.2.174/src/solid/
H A Dmod.rs21 pub type useconds_t = c_uint; typedef
845 pub fn usleep(arg1: useconds_t) -> c_int; in usleep()
/rust-libc-0.2.174/src/unix/newlib/
H A Dmod.rs54 pub type useconds_t = u32; typedef
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs41 pub type useconds_t = c_ulong; typedef
1301 pub fn usleep(secs: crate::useconds_t) -> c_int; in usleep()
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs4 pub type useconds_t = u32; typedef
/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dmod.rs4 pub type useconds_t = u32; typedef
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1480 pub fn usleep(secs: useconds_t) -> c_int; in usleep()
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs20 pub type useconds_t = u32; typedef
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs29 pub type useconds_t = c_ulong; typedef
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs13 pub type useconds_t = u32; typedef
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs36 pub type useconds_t = c_uint; typedef
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs30 pub type useconds_t = c_uint; typedef
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs21 pub type useconds_t = u32; typedef
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs82 pub type useconds_t = __useconds_t; typedef
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs35 pub type useconds_t = u32; typedef
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs8 pub type useconds_t = u32; typedef