Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp57 static const useconds_t seconds_in_useconds = (1000 * 1000); variable
182 res = ts.tv_sec * seconds_in_useconds; in get_monotonic_useconds()
364 *m_timo = get_monotonic_useconds() + (l * seconds_in_useconds); in parse_repeat_check_arg()