Home
last modified time | relevance | path

Searched refs:my_gettimeofday (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
H A Dclock_gettime04.c60 static inline int my_gettimeofday(clockid_t clk_id, void *ts) in my_gettimeofday() function
90 { .clock_gettime = my_gettimeofday, .ts_type = TST_LIBC_TIMESPEC, .desc = "gettimeofday"},
134 if (tv->clock_gettime == my_gettimeofday && clks[i] != CLOCK_REALTIME) in run()
161 if (tv->clock_gettime == my_gettimeofday) in run()
186 if (variants[j].clock_gettime == my_gettimeofday && clks[i] != CLOCK_REALTIME) in run()

Completed in 1 milliseconds