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

/gem5/tests/configs/
H A Do3-timing-mt.py53 num_threads=2).create_root() variable
57 num_threads=2).create_root() variable
H A Dbase_config.py64 cpu_class=TimingSimpleCPU, num_cpus=1, num_threads=1,
81 self.num_threads = num_threads
88 numThreads=self.num_threads,
230 multi_thread = (self.num_threads > 1))
/gem5/src/arch/mips/
H A DMipsISA.py49 num_threads = Param.UInt8(1, "Maximum number this ISA can handle") variable in class:MipsISA
H A Dmt.hh174 int num_threads = mvpConf.ptc + 1; local
177 for (ThreadID tid = 0; tid < num_threads && success == 0; tid++) {
243 ThreadID num_threads = mvpConf0.ptc + 1; local
250 for (ThreadID tid = 0; tid < num_threads; tid++) {
H A Disa.cc93 : SimObject(p), numThreads(p->num_threads), numVpes(p->num_vpes)
541 ThreadID num_threads = mvpConf0.ptc + 1; local
543 for (ThreadID tid = 0; tid < num_threads; tid++) {
555 num_threads = mvpConf0.ptc + 1;
/gem5/ext/pybind11/tests/
H A Dtest_gil_scoped.py36 def _python_to_cpp_to_python_from_threads(num_threads, parallel=False):
39 for _ in range(num_threads):
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp214 constexpr auto num_threads = 10; variable
222 for (auto i = 0; i < num_threads; ++i) {
234 REQUIRE(locals["count"].cast<int>() == num_threads);
/gem5/src/cpu/o3/
H A Drob.hh162 /** Number of entries needed For 'num_threads' amount of threads. */
163 int entryAmount(ThreadID num_threads);
H A Drob_impl.hh176 ROB<Impl>::entryAmount(ThreadID num_threads) argument
179 return numEntries / num_threads;
H A Dinst_queue.hh159 int entryAmount(ThreadID num_threads);
H A Dinst_queue_impl.hh490 InstructionQueue<Impl>::entryAmount(ThreadID num_threads) argument
493 return numEntries / num_threads;
H A Dlsq.hh839 int entryAmount(ThreadID num_threads);
/gem5/ext/mcpat/
H A Dlogic.h59 int num_threads; member in class:selection_logic
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc148 return static_cast<size_t>(process_info.num_threads);

Completed in 33 milliseconds