Searched refs:US_TO_NS (Results 1 – 1 of 1) sorted by relevance
122 constexpr uint32_t US_TO_NS = 1000; in EnqueueTask() local124 CHECK_AND_RETURN_RET_LOG(curTimeNs < UINT64_MAX - delayUs * US_TO_NS, MSERR_INVALID_OPERATION, in EnqueueTask()127 uint64_t executeTimeNs = delayUs * US_TO_NS + curTimeNs; in EnqueueTask()