Home
last modified time | relevance | path

Searched refs:fFreeContexts (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp97 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