Home
last modified time | relevance | path

Searched refs:sys_clock_getres (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c49 …{ .func = sys_clock_getres, .type = TST_KERN_OLD_TIMESPEC, .spec = &tspec, .desc = "syscall with o…
50 …{ .func = sys_clock_getres, .type = TST_KERN_OLD_TIMESPEC, .spec = &nspec, .desc = "syscall with o…
/third_party/ltp/lib/
Dtst_clocks.c42 func = sys_clock_getres; in tst_clock_getres()
/third_party/ltp/include/
Dtst_timer.h202 static inline int sys_clock_getres(clockid_t clk_id, void *ts) in sys_clock_getres() function