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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DTimer.cpp249 /// TimerGroupList - This is the global list of TimerGroups, maintained by the
251 static TimerGroup *TimerGroupList = 0; variable
256 // Add the group to TimerGroupList.
258 if (TimerGroupList)
259 TimerGroupList->Prev = &Next;
260 Next = TimerGroupList;
261 Prev = &TimerGroupList;
262 TimerGroupList = this;
271 // Remove the group from the TimerGroupList.
387 for (TimerGroup *TG = TimerGroupList; T
[all...]

Completed in 105 milliseconds