Home
last modified time | relevance | path

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

/misc/
A Dtst-select.c70 struct timeval tv = { .tv_sec = args->tmo.tv_sec, .tv_usec = 0 }; in do_test_child_alarm() local
71 int r = select (0, NULL, NULL, NULL, &tv); in do_test_child_alarm()
79 TEST_VERIFY (tv.tv_sec < args->tmo.tv_sec); in do_test_child_alarm()

Completed in 4 milliseconds