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

/gem5/src/cpu/minor/
H A Dcpu.hh63 typedef SimpleThread MinorThread; typedef in namespace:Minor
95 std::vector<Minor::MinorThread *> threads;
H A Dcpu.cc55 Minor::MinorThread *thread;
59 thread = new Minor::MinorThread(this, i, params->system,
63 thread = new Minor::MinorThread(this, i, params->system,
H A Dexecute.cc861 MinorThread *thread = cpu.threads[inst->id.threadId];

Completed in 12 milliseconds