Searched refs:US_PER_SEC (Results 1 – 1 of 1) sorted by relevance
24 #define US_PER_SEC 1000000ULL macro142 return static_cast<uint64_t>(tv_sec) * US_PER_SEC + in usec()143 tv_nsec / (NS_PER_SEC / US_PER_SEC); in usec()