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

/gem5/src/sim/
H A Dsystem.hh318 std::vector<bool> activeCpus; member in class:System
446 assert(index < activeCpus.size());
447 activeCpus[index] = true;
448 for (std::vector<bool>::iterator i = activeCpus.begin();
449 i < activeCpus.end(); i++) {
H A Dsystem.cc285 activeCpus.push_back(false);

Completed in 7 milliseconds