Home
last modified time | relevance | path

Searched refs:g_nextKickTime (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/
Dwatchdog_inner.cpp52 static uint64_t g_nextKickTime = GetCurrentTickMillseconds(); variable
276 if (g_existFile && queuedTask.name == IPC_FULL && now - g_nextKickTime > INTERVAL_KICK_TIME) { in FetchNextTask()
278 g_nextKickTime = now; in FetchNextTask()