Home
last modified time | relevance | path

Searched defs:timer_getoverrun (Results 1 – 7 of 7) 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.rs2757 pub fn timer_getoverrun(timerid: ::timer_t) -> ::c_int; in timer_getoverrun() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs3081 pub fn timer_getoverrun(timerid: timer_t) -> ::c_int; in timer_getoverrun() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4584 pub fn timer_getoverrun(timerid: timer_t) -> ::c_int; in timer_getoverrun() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4456 pub fn timer_getoverrun(timerid: ::timer_t) -> ::c_int; in timer_getoverrun() function