Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/atf/atf-sh/
HDatf-check.cpp59 static const useconds_t useconds_in_nseconds = 1000; variable
183 res += ts.tv_nsec / useconds_in_nseconds; in get_monotonic_useconds()