Searched refs:sc_process_b (Results 26 - 42 of 42) sorted by relevance

12

/gem5/src/systemc/tests/systemc/misc/unit/control/wait/
H A Dwait.cpp103 const sc_core::sc_process_b *thread
104 = dynamic_cast<sc_core::sc_process_b*>(hnd.get_process_object());
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.cpp85 sc_bind_ef( sc_process_b* , sc_event_finder* );
90 sc_process_b* handle;
99 sc_bind_ef::sc_bind_ef( sc_process_b* handle_,
198 // instead of sc_process_b::add_static_event.
382 new sc_bind_ef( (sc_process_b*)handle_, event_finder_ ) );
391 new sc_bind_ef( (sc_process_b*)handle_, event_finder_ ) );
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.h122 friend class sc_process_b;
184 friend class sc_process_b;
219 friend class sc_process_b;
253 friend class sc_process_b;
H A Dsc_object.h61 friend class sc_process_b;
H A Dsc_spawn.h45 class sc_process_b;
H A Dsc_method_process.h102 class sc_method_process : public sc_process_b {
176 // may not be deleted manually (called from sc_process_b)
H A Dsc_wait.cpp373 sc_process_b* handle = cpi->process_handle;
H A Dsc_module.h86 friend class sc_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.
68 class sc_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.
/gem5/src/systemc/core/
H A Dprocess.hh64 class Process : public ::sc_core::sc_process_b, public ListNode
H A Dprocess.cc381 ::sc_core::sc_process_b(name), excWrapper(nullptr),
/gem5/src/systemc/ext/core/
H A D_using.hh130 using sc_core::sc_process_b;
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h382 sc_process_b* m_writer_p; // Single writer verify field.
436 sc_process_b* writer_p = sc_get_curr_process_handle();
H A Dscx_signal_uint.h413 sc_process_b* m_writer_p; // Single writer verify field.
458 sc_process_b* writer_p = sc_get_current_process_b();
H A Dscx_signal_signed.h495 sc_process_b* m_writer_p; // Single writer verify field.
572 sc_process_b* writer_p = sc_get_current_process_b();
H A Dscx_signal_unsigned.h485 sc_process_b* m_writer_p; // Single writer verify field.
562 sc_process_b* writer_p = sc_get_current_process_b();

Completed in 53 milliseconds

12