Home
last modified time | relevance | path

Searched refs:libc_clock_getres (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c45 …{ .func = libc_clock_getres, .type = TST_LIBC_TIMESPEC, .spec = &tspec, .desc = "vDSO or syscall w…
46 …{ .func = libc_clock_getres, .type = TST_LIBC_TIMESPEC, .spec = &nspec, .desc = "vDSO or syscall w…
/third_party/ltp/include/
Dtst_timer.h197 static inline int libc_clock_getres(clockid_t clk_id, void *ts) in libc_clock_getres() function