Searched refs:currentTimer (Results 1 – 3 of 3) sorted by relevance
276 auto currentTimer = std::move(*tIter); in ProcessTimersInternal() local278 ++currentTimer->callbackCount; in ProcessTimersInternal()279 …if ((currentTimer->repeatCount >= 1) && (currentTimer->callbackCount >= currentTimer->repeatCount)… in ProcessTimersInternal()280 currentTimer->callback(); in ProcessTimersInternal()283 … if (!AddInt64(currentTimer->nextCallTime, currentTimer->intervalMs, currentTimer->nextCallTime)) { in ProcessTimersInternal()287 auto callback = currentTimer->callback; in ProcessTimersInternal()288 InsertTimerInternal(currentTimer); in ProcessTimersInternal()
229 TimerList::TimerNode* currentTimer = timerList->GetTimer(*timerId); in Task() local230 if ((currentTimer != nullptr) && (!funcArgs->repeated)) { in Task()