Searched refs:gTimerList (Results 1 – 1 of 1) sorted by relevance
44 static std::list<TimerInstance*> gTimerList; variable50 gTimerList.push_back(timer); in AddTimerToList()56 gTimerList.remove(timer); in DeleteTimerFromList()63 if (gTimerList.empty()) in IsValidTimer()68 auto result = std::find(gTimerList.begin(), gTimerList.end(), timer); in IsValidTimer()69 return (result != gTimerList.end()); in IsValidTimer()