Searched refs:fFreeContexts (Results 1 – 1 of 1) sorted by relevance
97 while (DebugContext* context = fFreeContexts.RemoveHead()) in ~DebugContextPool()120 fFreeContexts.Add(context); in Init()131 for (DebugContextList::Iterator it = fFreeContexts.GetIterator(); in Close()145 DebugContext* context = fFreeContexts.RemoveHead(); in GetContext()156 context = fFreeContexts.RemoveHead(); in GetContext()170 fFreeContexts.Add(context); in PutContext()207 DebugContextList fFreeContexts; member