Home
last modified time | relevance | path

Searched defs:timer_t (Results 1 - 12 of 12) sorted by relevance

/third_party/rust/crates/linux-raw-sys/gen/include/
H A Dsupport.h50 #define timer_t __kernel_timer_t macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dalltypes.h217 typedef void * timer_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dalltypes.h262 typedef void * timer_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h203 typedef void * timer_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dalltypes.h203 typedef void * timer_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h203 typedef void * timer_t; typedef
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs27 pub type timer_t = c_int; types
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs16 pub type timer_t = ::c_int; types
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs5 pub type timer_t = *mut ::c_void; types
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs7 pub type timer_t = ::c_int; types
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs14 pub type timer_t = *mut __c_anonymous__timer; types
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs23 pub type timer_t = ::c_int; types

Completed in 45 milliseconds