Home
last modified time | relevance | path

Searched refs:libc_clock_gettime (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep04.c24 …{ .gettime = libc_clock_gettime, .func = libc_clock_nanosleep, .type = TST_LIBC_TIMESPEC, .desc = …
Dclock_nanosleep03.c32 …{ .gettime = libc_clock_gettime, .func = libc_clock_nanosleep, .type = TST_LIBC_TIMESPEC, .desc = …
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime01.c66 { .func = libc_clock_gettime, .type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with libc spec"},
Dclock_gettime03.c48 { .func = libc_clock_gettime, .type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with libc spec"},
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime01.c32 …{ .gettime = libc_clock_gettime, .settime = libc_clock_settime, .type = TST_LIBC_TIMESPEC, .desc =…
/third_party/ltp/include/
Dtst_timer.h165 static inline int libc_clock_gettime(clockid_t clk_id, void *ts) in libc_clock_gettime() function