Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp85 static uint64_t g_nextKickTime = GetCurrentTickMillseconds(); member
725 if (g_existFile && queuedTask.name == IPC_FULL && now - g_nextKickTime > INTERVAL_KICK_TIME) { in FetchNextTask()
727 g_nextKickTime = now; in FetchNextTask()

Completed in 3 milliseconds