Searched refs:SEC_TO_NANOS (Results 1 – 1 of 1) sorted by relevance
45 #define SEC_TO_NANOS(x) MSEC_TO_NANOS((x) * UINT64_C(1000)) macro46 #define MIN_TO_NANOS(x) SEC_TO_NANOS((x) * UINT64_C(60))53 (SEC_TO_NANOS(1024) / (static_cast<uint64_t>((hz) * 1024)))56 (SEC_TO_NANOS(1024) / ((uint64_t)((hz) * 1024))) // NOLINT