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

/gem5/src/cpu/minor/
H A Dexecute.cc1606 bool thread_interrupted = false; local
1611 thread_interrupted = executeInfo[tid].drainState == NotDraining &&
1613 interrupted = interrupted || thread_interrupted;
1617 DPRINTF(MinorInterrupt, "[tid:%d] thread_interrupted?=%d isInbetweenInsts?=%d\n",
1618 tid, thread_interrupted, isInbetweenInsts(tid));
1620 if (thread_interrupted && isInbetweenInsts(tid)) {

Completed in 10 milliseconds