Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp342 parse_repeat_check_arg(const std::string& arg, useconds_t *m_timo, in parse_repeat_check_arg() argument
364 *m_timo = get_monotonic_useconds() + (l * seconds_in_useconds); in parse_repeat_check_arg()
788 useconds_t m_timo; member in __anon7e9de9140211::atf_check
886 parse_repeat_check_arg(arg, &m_timo, &m_interval); in process_option()
930 if (timo_expired(m_timo)) in main()