Searched refs:sc_get_current_process_b (Results 1 - 20 of 20) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_mutex.cpp67 if ( m_owner == sc_get_current_process_b()) return 0;
71 m_owner = sc_get_current_process_b();
81 if ( m_owner == sc_get_current_process_b()) return 0;
85 m_owner = sc_get_current_process_b();
95 if( m_owner != sc_get_current_process_b() ) {
134 // sc_get_current_process_b() since its returning an sc_process_b instance.
H A Dsc_signal_resolved.cpp89 sc_process_b* cur_proc = sc_get_current_process_b();
146 // sc_get_current_process_b() since its returning an sc_process_b instance.
H A Dsc_signal_rv.h182 sc_process_b* cur_proc = sc_get_current_process_b();
237 // sc_get_current_process_b() since its returning an sc_process_b instance.
/gem5/src/systemc/tests/systemc/kernel/sc_process_b/test01/
H A Dtest01.cpp48 cout << sc_get_current_process_b()->kind() << endl;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.cpp289 if ( sc_get_current_process_b() == this )
427 if ( sc_get_current_process_b() == DCAST<sc_process_b*>(this) )
484 ( sc_get_current_process_b() != DCAST<sc_process_b*>(this) ) )
535 if ( sc_get_current_process_b() == this )
594 if ( sc_get_current_process_b() == (sc_process_b*)this )
647 if( SC_UNLIKELY_( sc_get_current_process_b() == this ) )
H A Dsc_simcontext_int.h143 active_p = DCAST<sc_thread_handle>(sc_get_current_process_b());
164 method_p = DCAST<sc_method_handle>(sc_get_current_process_b());
H A Dsc_thread_process.cpp136 sc_process_b* active_p = sc_get_current_process_b();
548 if ( sc_get_current_process_b() == DCAST<sc_process_b*>(this) )
707 if ( sc_get_current_process_b() == (sc_process_b*)this )
1116 // sc_get_current_process_b() since its returning an sc_process_b instance.
H A Dsc_simcontext.cpp334 sc_process_b* me = sc_get_current_process_b();
1413 active_method_h = DCAST<sc_method_handle>(sc_get_current_process_b());
1414 active_thread_h = DCAST<sc_thread_handle>(sc_get_current_process_b());
1561 sc_process_b* curr_proc_p = sc_get_current_process_b();
1579 // sc_get_current_process_b().
1585 sc_process_handle(sc_get_current_process_b()) :
2218 // sc_get_current_process_b() since its returning an sc_process_b instance.
H A Dsc_method_process.h347 if( SC_UNLIKELY_( sc_get_current_process_b() == this ) )
H A Dsc_process.cpp175 if ( this != sc_get_current_process_b() )
H A Dsc_thread_process.h474 if( SC_UNLIKELY_( sc_get_current_process_b() == this ) )
H A Dsc_simcontext.h599 sc_get_current_process_b() function in namespace:sc_core
871 // sc_get_current_process_b() since its returning an sc_process_b instance.
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh137 sc_get_current_process_b() function in namespace:sc_core
H A D_using.hh132 using sc_core::sc_get_current_process_b;
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_context.h51 // sc_get_current_process_b() since its returning an sc_process_b instance.
192 void* p = sc_core::sc_get_current_process_b();
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.cpp147 sc_process_b* proc_p = sc_get_current_process_b();
574 sc_process_b * proc = sc_get_current_process_b();
584 sc_process_b * proc = sc_get_current_process_b();
631 sc_process_b * proc = sc_get_current_process_b();
785 // sc_get_current_process_b() since its returning an sc_process_b instance.
H A Dsc_report.cpp102 process(sc_get_current_process_b()),
312 // sc_get_current_process_b() since its returning an sc_process_b instance.
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_uint.h120 sc_get_current_process_b calls.
123 Andy Goodrich: changed over to sc_get_current_process_b() from
458 sc_process_b* writer_p = sc_get_current_process_b();
H A Dscx_signal_signed.h132 Andy Goodrich: changed over to sc_get_current_process_b() from
572 sc_process_b* writer_p = sc_get_current_process_b();
H A Dscx_signal_unsigned.h122 Andy Goodrich: changed over to sc_get_current_process_b() from
562 sc_process_b* writer_p = sc_get_current_process_b();

Completed in 63 milliseconds