Searched refs:sc_is_running (Results 1 - 25 of 32) sorted by relevance

12

/gem5/src/systemc/tests/systemc/compliance_1666/test211/
H A Dtest211.cpp7 // 11) sc_is_running()
13 sc_assert(sc_is_running() == false);
17 sc_assert(sc_is_running() == false);
21 sc_assert(sc_is_running() == false);
25 sc_assert(sc_is_running() == false);
29 sc_assert(sc_is_running() == false);
33 sc_assert(sc_is_running() == false);
37 sc_assert(sc_is_running() == true);
47 sc_assert(sc_is_running() == false);
53 sc_assert(sc_is_running()
[all...]
/gem5/src/systemc/tests/systemc/compliance_1666/test106/
H A Dtest106.cpp4 using sc_core::sc_is_running;
22 cout << "T() " << sc_is_running() << " " << sc_delta_count() << endl;
24 cout << "T() " << sc_is_running() << " " << sc_delta_count() << endl;
26 cout << "T() " << sc_is_running() << " " << sc_delta_count() << endl;
28 cout << "T() " << sc_is_running() << " " << sc_delta_count() << endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp31 // sc_pause, sc_get_status, sc_is_running
54 sc_assert( sc_is_running() == false );
74 sc_assert( sc_is_running() == false );
84 sc_assert( sc_is_running() == false );
93 sc_assert( sc_is_running() == false );
103 sc_assert( sc_is_running() == false );
166 sc_assert( sc_is_running() == false );
187 sc_assert( sc_is_running() == false );
201 sc_assert( sc_is_running() == false );
210 sc_assert( sc_is_running()
[all...]
/gem5/src/systemc/core/
H A Dsc_module_name.cc44 if (sc_is_running())
H A Dsc_export.cc60 if (sc_is_running()) {
H A Dsc_main.cc92 if (sc_is_running()) {
144 sc_is_running() function in namespace:sc_core
H A Dsc_port.cc64 if (sc_is_running()) {
H A Dsc_prim.cc48 if (sc_is_running()) {
60 if (sc_is_running()) {
H A Dsc_sensitive.cc49 if (sc_is_running())
H A Devent.cc56 if (_basename == "" && ::sc_core::sc_is_running())
H A Dsc_process_handle.cc316 if (sc_is_running())
H A Dsc_time.cc305 if (sc_is_running())
364 if (sc_is_running())
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_sensitive.cpp119 if( sc_is_running() ) {
150 if( sc_is_running() ) {
180 if( sc_is_running() ) {
220 if( sc_is_running() ) {
248 if (sc_is_running()) {
429 if( sc_is_running() ) {
453 if( sc_is_running() ) {
477 if( sc_is_running() ) {
504 if( sc_is_running() ) {
531 if( sc_is_running() ) {
[all...]
H A Dsc_module_registry.cpp48 if( sc_is_running() ) {
H A Dsc_thread_process.cpp211 if ( !sc_is_running() )
271 if ( !sc_is_running() )
306 if ( sc_is_running() && m_has_stack )
406 if ( DCAST<sc_module*>(host_p) != 0 && sc_is_running() )
H A Dsc_process.cpp407 if ( sc_is_running() ) throw_reset(true);
412 if ( sc_is_running() ) throw_reset(false);
H A Dsc_time.cpp300 if( sc_is_running() ) {
374 if( sc_is_running() ) {
H A Dsc_simcontext.h116 bool sc_is_running( const sc_simcontext* simc_p );
157 friend bool sc_is_running( const sc_simcontext* simc_p );
664 bool sc_is_running( const sc_simcontext* simc_p = sc_get_curr_simcontext() ) function in namespace:sc_core
H A Dsc_method_process.cpp186 if ( !sc_is_running() )
312 if ( DCAST<sc_module*>(host_p) != 0 && sc_is_running() )
/gem5/src/systemc/ext/core/
H A Dsc_main.hh77 bool sc_is_running();
H A D_using.hh72 using sc_core::sc_is_running;
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp20 using sc_core::sc_is_running;
229 sc_assert(sc_is_running() == false);
244 sc_assert(sc_is_running() == true);
261 sc_assert(sc_is_running() == false);
268 sc_assert(sc_is_running() == false);
334 sc_assert(sc_is_running() == 0);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.cpp150 if( sc_is_running() ) {
H A Dsc_prim_channel.cpp204 if( sc_is_running() ) {
/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp104 sc_assert( sc_is_running() == true );
312 sc_assert( sc_is_running() );

Completed in 21 milliseconds

12