Searched refs:tv (Results 1 – 1 of 1) sorted by relevance
70 struct timeval tv = { .tv_sec = args->tmo.tv_sec, .tv_usec = 0 }; in do_test_child_alarm() local71 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