Searched refs:threadExitEvent (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/o3/
H A Dcpu.cc100 threadExitEvent([this]{ exitThreads(); }, "FullO3CPU exit threads",
1800 // we schedule a threadExitEvent in the next cycle to properly clean
1801 // up the thread's states in the pipeline. threadExitEvent has lower
1806 if (!threadExitEvent.scheduled()) {
1807 schedule(threadExitEvent, nextCycle());
H A Dcpu.hh140 EventFunctionWrapper threadExitEvent; member in class:FullO3CPU

Completed in 11 milliseconds