Home
last modified time | relevance | path

Searched refs:nextTickTime (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_task.h50 nextTickTime(0), in WatchdogTask()
61 return (this->nextTickTime > obj.nextTickTime); in operator <()
84 uint64_t nextTickTime; member in OHOS::HiviewDFX::WatchdogTask
H A Dwatchdog_task.cpp58 nextTickTime = GetCurrentTickMillseconds(); in WatchdogTask()
69 nextTickTime = GetCurrentTickMillseconds() + delay; in WatchdogTask()
80 nextTickTime = GetCurrentTickMillseconds() + timeout; in WatchdogTask()
92 nextTickTime = GetCurrentTickMillseconds(); in WatchdogTask()
135 if ((checkInterval != 0) && (now - nextTickTime > (resetRatio * checkInterval))) { in Run()
138 now, nextTickTime, checkInterval); in Run()
139 nextTickTime = now; in Run()
H A Dwatchdog_inner.cpp730 if (queuedTask.nextTickTime > now) { in FetchNextTask()
731 return queuedTask.nextTickTime - now; in FetchNextTask()
747 task.nextTickTime = task.nextTickTime + task.checkInterval; in ReInsertTaskIfNeed()

Completed in 3 milliseconds