Searched defs:DebugContextPool (Results 1 – 1 of 1) sorted by relevance
80 struct LocalDebuggerInterface::DebugContextPool { struct in LocalDebuggerInterface81 DebugContextPool(team_id team, port_id nubPort) in DebugContextPool() argument93 ~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 …]