Home
last modified time | relevance | path

Searched refs:timer_getoverrun (Results 1 – 25 of 45) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/time/
Dtimer_getoverrun.c31 int ret = timer_getoverrun(timerid); in handler()
85 int result = timer_getoverrun(NULL); in timer_getoverrun_0200()
Dtest_src_functionalext_supplement_time.gni24 "timer_getoverrun",
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
D32-1-buildonly.c21 dummyvar = timer_getoverrun; in dummyfcn()
/third_party/musl/src/time/
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/
D6-1.c26 if (timer_getoverrun(tid) == -1) { in main()
D6-3.c37 if (timer_getoverrun(tid + 1) == -1) { in main()
D6-2.c45 if (timer_getoverrun(tid) == -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
Dcoverage.txt1 This document defines the coverage for function timer_getoverrun().
D2-1.c82 overruns = timer_getoverrun(tid); in main()
D2-2.c101 overruns = timer_getoverrun(tid); in main()
D1-1.c110 overruns = timer_getoverrun(tid); in main()
D2-3.c148 overruns = timer_getoverrun(tid); in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtime.h100 int timer_getoverrun(timer_t);
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
Dtimer_settime03.c47 overrun = timer_getoverrun(timer); in sighandler()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
D4-3.c115 overruns = timer_getoverrun(tid); in main()
/third_party/musl/porting/liteos_m/user/hook/
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/musl/libc-test/src/api/
Dtime.c69 {int(*p)(timer_t) = timer_getoverrun;} in f()
/third_party/musl/ndk_musl_include/
Dtime.h112 int timer_getoverrun (timer_t);
/third_party/musl/porting/liteos_m/user/include/
Dtime.h112 int timer_getoverrun (timer_t);
Dusr_lib_ops.h97 int (*timer_getoverrun)(timer_t timerID); member
/third_party/musl/include/
Dtime.h112 int timer_getoverrun (timer_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h113 int timer_getoverrun (timer_t);
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h113 int timer_getoverrun (timer_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h126 int timer_getoverrun (timer_t);
/third_party/ltp/include/lapi/syscalls/
Daarch64.in111 timer_getoverrun 109

12