Home
last modified time | relevance | path

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

/glibc-2.36/time/
Dtst-clock_settime.c30 struct timespec tv_future, tv_now; in do_test() local
32 tv_now = xclock_now(CLOCK_REALTIME); in do_test()
37 xclock_settime(CLOCK_REALTIME, (const struct timespec*) &tv_now); in do_test()
Dtst-settimeofday.c32 struct timespec tv_future, tv_now; in do_test() local
39 tv_now = xclock_now (CLOCK_REALTIME); in do_test()
47 xclock_settime (CLOCK_REALTIME, (const struct timespec*) &tv_now); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-clock_adjtime.c32 struct timespec tv_then, tv_now; in do_test() local
51 tv_now = xclock_now (CLOCK_REALTIME); in do_test()
54 struct timespec r = timespec_sub (tv_now, tv_then); in do_test()