Home
last modified time | relevance | path

Searched defs:timer_getoverrun (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/time/
Dtimer_getoverrun.c5 int timer_getoverrun(timer_t t) in timer_getoverrun() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_ops.h97 int (*timer_getoverrun)(timer_t timerID); member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c326 int timer_getoverrun(timer_t timerID) in timer_getoverrun() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2839 pub fn timer_getoverrun(timerid: ::timer_t) -> ::c_int; in timer_getoverrun() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs3090 pub fn timer_getoverrun(timerid: timer_t) -> ::c_int; in timer_getoverrun() function
/third_party/rust/crates/libc/src/unix/aix/
Dmod.rs3324 pub fn timer_getoverrun(timerid: timer_t) -> ::c_int; in timer_getoverrun() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs5673 pub fn timer_getoverrun(timerid: timer_t) -> ::c_int; in timer_getoverrun() function
/third_party/rust/crates/libc/src/unix/hurd/
Dmod.rs4096 pub fn timer_getoverrun(timerid: ::timer_t) -> ::c_int; in timer_getoverrun() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs5581 pub fn timer_getoverrun(timerid: ::timer_t) -> ::c_int; in timer_getoverrun() function