Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c54 …{ .func = sys_clock_getres64, .type = TST_KERN_TIMESPEC, .spec = &tspec, .desc = "syscall time64 w…
55 …{ .func = sys_clock_getres64, .type = TST_KERN_TIMESPEC, .spec = &nspec, .desc = "syscall time64 w…
/third_party/ltp/lib/
Dtst_clocks.c37 func = sys_clock_getres64; in tst_clock_getres()
/third_party/ltp/include/
Dtst_timer.h207 static inline int sys_clock_getres64(clockid_t clk_id, void *ts) in sys_clock_getres64() function