Home
last modified time | relevance | path

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

/third_party/libevdev/test/
H A Dtest-libevdev-init.c616 struct timespec t1_mono, t2_mono; in START_TEST() local
643 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()

Completed in 2 milliseconds