Searched refs:libc_clock_gettime (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep04.c | 24 …{ .gettime = libc_clock_gettime, .func = libc_clock_nanosleep, .type = TST_LIBC_TIMESPEC, .desc = …
|
D | clock_nanosleep03.c | 32 …{ .gettime = libc_clock_gettime, .func = libc_clock_nanosleep, .type = TST_LIBC_TIMESPEC, .desc = …
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | clock_gettime01.c | 66 { .func = libc_clock_gettime, .type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with libc spec"},
|
D | clock_gettime03.c | 48 { .func = libc_clock_gettime, .type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with libc spec"},
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime01.c | 32 …{ .gettime = libc_clock_gettime, .settime = libc_clock_settime, .type = TST_LIBC_TIMESPEC, .desc =…
|
/third_party/ltp/include/ |
D | tst_timer.h | 165 static inline int libc_clock_gettime(clockid_t clk_id, void *ts) in libc_clock_gettime() function
|