Searched refs:t2_mono (Results 1 – 2 of 2) sorted by relevance
616 struct timespec t1_mono, t2_mono; in START_TEST() local643 clock_gettime(CLOCK_MONOTONIC, &t2_mono); in START_TEST()666 ck_assert_int_le(ev2.input_event_sec, t2_mono.tv_sec); in START_TEST()667 ck_assert_int_le(ev2.input_event_usec, t2_mono.tv_nsec/1000); in START_TEST()
30800 + struct timespec t1_mono, t2_mono;30827 + clock_gettime(CLOCK_MONOTONIC, &t2_mono);30850 + ck_assert_int_le(ev2.input_event_sec, t2_mono.tv_sec);30851 + ck_assert_int_le(ev2.input_event_usec, t2_mono.tv_nsec/1000);