Searched refs:g_nextKickTime (Results 1 – 1 of 1) sorted by relevance
52 static uint64_t g_nextKickTime = GetCurrentTickMillseconds(); variable276 if (g_existFile && queuedTask.name == IPC_FULL && now - g_nextKickTime > INTERVAL_KICK_TIME) { in FetchNextTask()278 g_nextKickTime = now; in FetchNextTask()