Searched refs:overruns (Results 1 - 7 of 7) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/ |
H A D | 2-3.c | 10 * Test that timer_getoverrun() returns the number of overruns that 25 * [First signal made it. All others were overruns.] 55 int overruns; in main() local 101 * Allow up to ~50ms worth of extra overruns. in main() 106 "expected overruns = %d, fudge = %d\n", 1, in main() 148 overruns = timer_getoverrun(tid); in main() 149 printf("%d overruns occurred\n", overruns); in main() 155 if (overruns >= expectedoverruns && overruns < expectedoverrun in main() [all...] |
H A D | 2-2.c | 8 * Test that timer_getoverrun() returns the number of overruns that 21 * [First signal made it. All others were overruns.] 41 int overruns; in main() local 101 overruns = timer_getoverrun(tid); in main() 102 if (overruns > EXPECTEDOVERRUNS - 5) { in main() 106 printf("FAIL: %d overruns sent; expected %d\n", in main() 107 overruns, EXPECTEDOVERRUNS); in main()
|
H A D | 2-1.c | 8 * Test that timer_getoverrun() returns the number of overruns that 37 int overruns; in main() local 82 overruns = timer_getoverrun(tid); in main() 83 if (EXPECTEDOVERRUNS == overruns) { in main() 88 printf("FAIL: %d overruns sent; expected %d\n", in main() 89 overruns, EXPECTEDOVERRUNS); in main()
|
H A D | 1-1.c | 45 int overruns; in main() local 110 overruns = timer_getoverrun(tid); in main() 111 printf("Total overruns: %d\n", overruns); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/ |
H A D | 4-3.c | 63 int flags = 0, overruns; in main() local 115 overruns = timer_getoverrun(tid); in main() 116 if (overruns == EXPECTEDOVERRUNS) { in main() 120 overruns); in main()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | timer.rs | 171 /// number of overruns have happened the return is capped to the maximum. 173 pub fn overruns(&self) -> i32 { in overruns() functions
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | neutrino.rs | 194 pub overruns: u32,
|
Completed in 5 milliseconds