Home
last modified time | relevance | path

Searched defs:overruns (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
D2-1.c37 int overruns; in main() local
D2-2.c41 int overruns; in main() local
D2-3.c55 int overruns; in main() local
D1-1.c45 int overruns; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
D4-3.c63 int flags = 0, overruns; in main() local
/third_party/rust/crates/nix/src/sys/
Dtimer.rs173 pub fn overruns(&self) -> i32 { in overruns() method