Home
last modified time | relevance | path

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

/support/
A Dtimespec.h94 struct timespec now; \
96 xclock_gettime ((clockid), &now); \
97 TEST_TIMESPEC_BEFORE ((left), now); \
108 struct timespec now; \
110 xclock_gettime ((clockid), &now); \
111 TEST_TIMESPEC_EQUAL_OR_AFTER (now, (right)); \
A Dsupport_test_main.c118 struct timespec now; in signal_handler() local
119 clock_gettime (CLOCK_REALTIME, &now); in signal_handler()
173 print_timestamp ("Termination time", now); in signal_handler()

Completed in 5 milliseconds