Searched refs:GetGlobalTimerMap (Results 1 – 2 of 2) sorted by relevance
114 (*GetGlobalTimerMap())[m_nTimerID] = this; in CJS_Timer()131 GetGlobalTimerMap()->erase(m_nTimerID); in KillJSTimer()138 const auto it = GetGlobalTimerMap()->find(idEvent); in TimerProc()139 if (it != GetGlobalTimerMap()->end()) { in TimerProc()151 CJS_Timer::TimerMap* CJS_Timer::GetGlobalTimerMap() { in GetGlobalTimerMap() function in CJS_Timer
98 static TimerMap* GetGlobalTimerMap();