Searched refs:US_PER_SEC (Results 1 – 2 of 2) 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()
75 #define US_PER_SEC 1000000 macro