Home
last modified time | relevance | path

Searched defs:DebugContextPool (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp80 struct LocalDebuggerInterface::DebugContextPool { struct in LocalDebuggerInterface
81 DebugContextPool(team_id team, port_id nubPort) in DebugContextPool() argument
93 ~DebugContextPool() in ~DebugContextPool()
104 status_t Init() in Init()
126 void Close() in Close()
142 DebugContext* GetContext() in GetContext()
166 void PutContext(DebugContext* context) in PutContext()
177 typedef DoublyLinkedList<DebugContext> DebugContextList;
180 status_t _CreateDebugContext(DebugContext*& _context) in _CreateDebugContext()
201 BLocker fLock;
[all …]