Searched refs:CallbackQueue (Results 1 - 5 of 5) sorted by relevance

/gem5/src/base/
H A Dcallback.cc33 CallbackQueue::~CallbackQueue()
H A Dcallback.hh44 friend class CallbackQueue;
84 class CallbackQueue class
99 ~CallbackQueue();
100 std::string name() const { return "CallbackQueue"; }
H A Dstatistics.cc522 CallbackQueue dumpQueue;
523 CallbackQueue resetQueue;
/gem5/src/mem/
H A Dbackdoor.hh49 // can be stored in a generic CallbackQueue.
58 // It looks like this is only called when the CallbackQueue is
113 invalidationCallbacks(new CallbackQueue),
141 invalidationCallbacks.reset(new CallbackQueue());
145 std::unique_ptr<CallbackQueue> invalidationCallbacks;
/gem5/src/sim/
H A Dcore.cc132 inline CallbackQueue &
135 static CallbackQueue theQueue;

Completed in 8 milliseconds