Searched refs:TimerStack (Results 1 – 2 of 2) sorted by relevance
28 typedef std::vector<Timer *> TimerStack; typedef47 static TimerStack *53 Host::ThreadLocalStorageSet(g_key, new TimerStack); in GetTimerStackForCurrentThread()56 return (TimerStack *)timer_stack; in GetTimerStackForCurrentThread()62 delete (TimerStack *)p; in ThreadSpecificCleanup()103 TimerStack *stack = GetTimerStackForCurrentThread (); in Timer()130 TimerStack *stack = GetTimerStackForCurrentThread (); in ~Timer()
24 static TIMER *TimerStack[MAXTIMERSTACK]; variable167 addtimer(&incr, TimerStack[i]);168 if (TimerStack[i] == ptimer)183 TimerStack[NTimers++] = ptimer;202 addtimer(&incr, TimerStack[i]);207 if (TimerStack[i] == ptimer)