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

/gem5/src/cpu/o3/
H A Drob_impl.hh156 auto active_threads = activeThreads->size(); local
165 maxEntries[tid] = numEntries / active_threads;
167 active_threads == 1) {
H A Dcpu.cc198 ThreadID active_threads; local
200 active_threads = 1;
202 active_threads = params->workload.size();
204 if (active_threads > Impl::MaxThreads) {
243 for (ThreadID tid = 0; tid < active_threads; tid++) {
H A Dinst_queue_impl.hh505 int active_threads = activeThreads->size(); local
514 maxEntries[tid] = numEntries / active_threads;
516 active_threads == 1) {

Completed in 8 milliseconds