Home
last modified time | relevance | path

Searched refs:timer_getoverrun (Results 1 - 25 of 27) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dtimer_getoverrun.c31 int ret = timer_getoverrun(timerid); in handler()
33 t_error("%s timer_getoverrun failed, ret is %d\n", __func__, ret); in handler()
85 int result = timer_getoverrun(NULL); in timer_getoverrun_0200()
87 t_error("%s timer_getoverrun failed, ret is %d\n", __func__, result); in timer_getoverrun_0200()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D32-1-buildonly.c10 int timer_getoverrun(timer_t);
21 dummyvar = timer_getoverrun; in dummyfcn()
/third_party/musl/src/time/
H A Dtimer_getoverrun.c5 int timer_getoverrun(timer_t t) in timer_getoverrun() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
H A D6-1.c8 * Test to see if timer_getoverrun() sets errno=EINVAL if no timers have been
26 if (timer_getoverrun(tid) == -1) { in main()
H A D6-3.c8 * Test to see if timer_getoverrun() sets errno = EINVAL for timerid != a
37 if (timer_getoverrun(tid + 1) == -1) { in main()
H A D6-2.c8 * Test to see if timer_getoverrun() returns -1 and sets errno==EINVAL when
9 * trying to call timer_getoverrun on a timer that has been deleted or not.
45 if (timer_getoverrun(tid) == -1) { in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtime.h100 int timer_getoverrun(timer_t);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
H A D2-2.c8 * Test that timer_getoverrun() returns the number of overruns that
20 * - Call timer_getoverrun() and ensure EXPECTEDOVERRUNS was returned.
101 overruns = timer_getoverrun(tid); in main()
H A D2-1.c8 * Test that timer_getoverrun() returns the number of overruns that
16 * - Call timer_getoverrun() and ensure 1 (EXPECTEDOVERRUNS) was returned.
82 overruns = timer_getoverrun(tid); in main()
H A D2-3.c10 * Test that timer_getoverrun() returns the number of overruns that
24 * - Call timer_getoverrun() and ensure expectedoverruns was returned.
148 overruns = timer_getoverrun(tid); in main()
H A D1-1.c110 overruns = timer_getoverrun(tid); in main()
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
H A Dtimer_settime03.c14 * the value returned by timer_getoverrun() should be capped at INT_MAX and
49 overrun = timer_getoverrun(timer); in sighandler()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
H A D4-3.c115 overruns = timer_getoverrun(tid); in main()
/third_party/rust/crates/nix/src/sys/
H A Dtimer.rs172 #[doc(alias("timer_getoverrun"))]
174 unsafe { libc::timer_getoverrun(self.0) } in overruns()
/third_party/musl/porting/uniproton/kernel/include/
H A Dtime.h113 int timer_getoverrun (timer_t);
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h112 int timer_getoverrun (timer_t);
H A Dusr_lib_ops.h97 int (*timer_getoverrun)(timer_t timerID); member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h113 int timer_getoverrun (timer_t);
/third_party/musl/libc-test/src/api/
H A Dtime.c69 {int(*p)(timer_t) = timer_getoverrun;} in f()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h128 int timer_getoverrun (timer_t);
/third_party/musl/include/
H A Dtime.h115 int timer_getoverrun (timer_t);
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c326 int timer_getoverrun(timer_t timerID) in timer_getoverrun() function
328 return g_usrLibc->timer_getoverrun(timerID); in timer_getoverrun()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2757 pub fn timer_getoverrun(timerid: ::timer_t) -> ::c_int; in timer_getoverrun() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3081 pub fn timer_getoverrun(timerid: timer_t) -> ::c_int; in timer_getoverrun() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4456 pub fn timer_getoverrun(timerid: ::timer_t) -> ::c_int; in timer_getoverrun() functions

Completed in 35 milliseconds

12