Searched refs:suspend (Results 26 - 49 of 49) sorted by relevance

12

/gem5/src/systemc/core/
H A Dprocess.hh83 void suspend(bool inc_kids);
H A Dscheduler.hh191 bool suspend(Process *p);
H A Dscheduler.cc238 Scheduler::suspend(Process *p) function in class:sc_gem5::Scheduler
/gem5/src/systemc/tests/systemc/1666-2011-compliance/child_proc_control/
H A Dchild_proc_control.cpp96 ph.suspend(SC_INCLUDE_DESCENDANTS);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/odds_and_ends/
H A Dodds_and_ends.cpp84 cout << "suspend at " << sc_time_stamp() << endl;
85 h2.suspend();
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test2/
H A Dtest2.cpp109 m_target_##TARGET.suspend(); \
/gem5/src/cpu/
H A Dsimple_thread.cc181 SimpleThread::suspend() function in class:SimpleThread
H A Dthread_context.hh175 virtual void suspend() = 0;
183 /// Quiesce, suspend, and schedule activate at resume
H A Dsimple_thread.hh237 void suspend() override;
/gem5/src/cpu/checker/
H A Dthread_context.hh187 void suspend() override { actualTC->suspend(); }
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp523 void suspend() function in struct:Top
525 ct.suspend();
526 t.suspend();
527 m.suspend();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/include_descendants/
H A Dinclude_descendants.cpp75 t1.suspend(SC_INCLUDE_DESCENDANTS);
/gem5/src/cpu/o3/
H A Dthread_context_impl.hh105 O3ThreadContext<Impl>::suspend() function in class:O3ThreadContext
107 DPRINTF(O3CPU, "Calling suspend on Thread Context %d\n",
114 DPRINTF(O3CPU, "Ignoring suspend on TC due to pending drain\n");
H A Dthread_context.hh157 void suspend() override;
/gem5/src/cpu/minor/
H A Dcpu.cc205 /* Need to suspend all threads and wait for Execute to idle.
303 threads[thread_id]->suspend();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp115 t1.suspend();
/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp35 h.suspend();
/gem5/src/arch/x86/
H A Dutility.cc209 tc->suspend();
/gem5/src/arch/sparc/
H A Dua2005.cc234 tc->suspend();
/gem5/src/mem/
H A Ddram_ctrl.hh463 void suspend();
H A Ddram_ctrl.cc1771 DRAMCtrl::Rank::suspend()
2920 r->suspend();
/gem5/src/cpu/kvm/
H A Dbase.cc1024 thread->suspend();
1039 // doMMIOAccess could have triggered a suspend, in which case we don't
H A Dx86_cpu.cc1162 thread->suspend();
/gem5/src/sim/
H A Dsyscall_emul.hh372 futex_map.suspend(uaddr, process->tgid(), tc);

Completed in 63 milliseconds

12