Searched refs:Halting (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/
H A Dthread_context_impl.hh131 if (thread->status() == ThreadContext::Halting ||
138 // will be Halting.
139 thread->setStatus(ThreadContext::Halting);
/gem5/src/cpu/
H A Dthread_context.hh113 Halting, enumerator in enum:ThreadContext::Status
/gem5/src/sim/
H A Dsystem.cc298 (tc->status() != ThreadContext::Halting));
H A Dsyscall_emul.cc132 (sys->threadContexts[i]->status() != ThreadContext::Halting) &&

Completed in 15 milliseconds