DebugContext
DebugContext* context;
DebugContext* context = it.Next();) {
DebugContext* context = it.Next();) {
DebugContext* GetContext()
DebugContext* context = fFreeContexts.RemoveHead();
void PutContext(DebugContext* context)
typedef DoublyLinkedList<DebugContext> DebugContextList;
status_t _CreateDebugContext(DebugContext*& _context)
DebugContext* context = new(std::nothrow) DebugContext;
DebugContext* Context() const
DebugContext* fContext;
DoublyLinkedListLinkImpl<DebugContext> {
while (DebugContext* context = fFreeContexts.RemoveHead())
struct DebugContext;