Searched refs:US_PER_SEC (Results 1 – 3 of 3) sorted by relevance
26 #ifndef US_PER_SEC27 #define US_PER_SEC 1000000ULL macro
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()
103 #define US_PER_MS (US_PER_SEC / MS_PER_SEC)