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

/gem5/src/cpu/o3/
H A Dcommit_impl.hh1003 ThreadID commit_thread = getCommittingThread(); local
1005 if (commit_thread == -1 || !rob->isHeadReady(commit_thread))
1008 head_inst = rob->readHeadInst(commit_thread);
1012 assert(tid == commit_thread);
1025 rob->retireHead(commit_thread);

Completed in 8 milliseconds