Searched refs:leftTimeNanosecond (Results 1 – 2 of 2) sorted by relevance
413 uint64_t leftTimeNanosecond = ProcessQueuedEvent(); in Run() local415 if (leftTimeNanosecond != INT_MAX) { in Run()416 … leftTimeMill = (leftTimeNanosecond / static_cast<uint64_t>(TimeUtil::MILLISEC_TO_NANOSEC)); in Run()441 uint64_t leftTimeNanosecond = 0; in ProcessQueuedEvent() local451 if (!FetchNextEvent(now, leftTimeNanosecond, event)) { in ProcessQueuedEvent()467 return leftTimeNanosecond; in ProcessQueuedEvent()470 bool EventLoop::FetchNextEvent(uint64_t now, uint64_t& leftTimeNanosecond, LoopEvent& out) in FetchNextEvent() argument490 leftTimeNanosecond = event.targetTime - now; in FetchNextEvent()
142 bool FetchNextEvent(uint64_t now, uint64_t& leftTimeNanosecond, LoopEvent& event);