Searched refs:now (Results 1 – 2 of 2) sorted by relevance
94 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)); \
118 struct timespec now; in signal_handler() local119 clock_gettime (CLOCK_REALTIME, &now); in signal_handler()173 print_timestamp ("Termination time", now); in signal_handler()
Completed in 5 milliseconds