Home
last modified time | relevance | path

Searched refs:t1_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
639 clock_gettime(CLOCK_MONOTONIC, &t1_mono); in START_TEST()
664 ck_assert_int_ge(ev2.input_event_sec, t1_mono.tv_sec); in START_TEST()
665 ck_assert_int_ge(ev2.input_event_usec, t1_mono.tv_nsec/1000); in START_TEST()

Completed in 1 milliseconds