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

12

/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_process_handle_less_than/
H A Dsc_process_handle_less_than.cpp57 a = sc_spawn(sc_bind(&Top::f, this));
58 b = sc_spawn(sc_bind(&Top::f, this));
139 g = sc_spawn(sc_bind(&Top::f, this));
/gem5/src/systemc/tests/systemc/compliance_1666/test206/
H A Dtest206.cpp30 sc_spawn(sc_bind(&M::proc, this), "static_proc");
57 sc_spawn(sc_bind(&M::proc, this), "dynamic_proc", &opt);
/gem5/src/systemc/tests/systemc/communication/sc_buffer/test02/
H A Dsc_buffer_edge_reset.cpp61 sc_spawn( sc_bind(&print_edge::trigger,this)
/gem5/src/systemc/tests/systemc/compliance_1666/test219/
H A Dtest219.cpp21 sc_spawn(sc_bind(&Prim::spawned_proc, this));
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_join/test03/
H A Dtest03.cpp66 sc_bind(&TB::process, this, sc_ref(process_i)),
/gem5/src/systemc/tests/systemc/utils/sc_vector/test02/
H A Dtest02.cpp87 // member function as creator (use with sc_bind())
106 , sc_bind( &DUT::init_sig_bind, this, sc_unnamed::_1, sc_unnamed::_2 )
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp55 using sc_core::sc_bind;
133 sc_spawn(sc_bind(&Prim::proc, this));
142 sc_spawn(sc_bind(&Prim::Th, this, 1)),
143 sc_spawn(sc_bind(&Prim::Th, this, 2))
145 sc_spawn(sc_bind(&Prim::Th_ref, this, sc_ref(ref_arg)));
146 sc_spawn(sc_bind(&Prim::Th_cref, this, sc_cref(cref_arg)));
198 sc_spawn(sc_bind(&M::proc, this, &rpt2));
/gem5/src/systemc/ext/core/
H A Dsc_spawn.hh200 auto sc_bind(F &&f, Args && ...args) ->
220 using sc_core::sc_bind;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/odds_and_ends/
H A Dodds_and_ends.cpp159 t3a = sc_spawn(sc_bind( &Top::T3A, this)),
160 t3b = sc_spawn(sc_bind( &Top::T3B, this))
/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp56 sc_process_handle h3 = sc_spawn(sc_bind(&M::stat_thread, this), "stat_thread");
59 sc_process_handle h4 = sc_spawn(sc_bind(&M::stat_method, this), "stat_method", &opt);
82 sc_process_handle h3 = sc_spawn(sc_bind(&M::dyn_thread, this), "dyn_thread");
101 sc_process_handle h4 = sc_spawn(sc_bind(&M::dyn_method, this), "dyn_method", &opt);
/gem5/src/systemc/tests/systemc/compliance_1666/test208/
H A Dtest208.cpp74 sc_spawn(sc_bind(&M::dynamic_proc, this), "dynamic_proc");
114 sc_process_handle h2 = sc_spawn(sc_bind(&M::dynamic_proc2, this), "dynamic_proc2");
174 sc_process_handle h = sc_spawn(sc_bind(&g, obj));
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp182 m3 = sc_spawn(sc_bind( &Top::spawned_method, this ), "m3", &opt3);
188 m4 = sc_spawn(sc_bind( &Top::reset_handler, this), "m4", &opt4);
192 m5 = sc_spawn(sc_bind( &Top::reset_or_terminated_handler, this), "m5", &opt5);
198 m6 = sc_spawn(sc_bind( &Top::multiple_reset_handler, this) );
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test16/
H A Dtest16.cpp62 sc_spawn( sc_bind(&dut::driver, this, value), nm.str().c_str(), &sp );
/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h204 sc_core::sc_spawn(sc_bind(&peq_with_cb_and_phase::fec, this),
217 sc_core::sc_spawn(sc_bind(&peq_with_cb_and_phase::fec, this),
H A Dsimple_target_socket.h205 sc_core::sc_spawn(sc_bind(&fw_process::b2nb_thread, this),
283 sc_core::sc_spawn(sc_bind(&fw_process::nb2b_thread,this, ph),
744 sc_core::sc_spawn(sc_bind(&fw_process::b2nb_thread, this),
828 sc_core::sc_spawn(sc_bind(&fw_process::nb2b_thread, this, ph),
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp58 sc_spawn(sc_bind(&M::T, this));
174 sc_spawn(sc_bind(&Top::ev_handler, this), "ev_handler", &opt);
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_cb_and_phase.h187 sc_core::sc_spawn(sc_bind(&peq_with_cb_and_phase::fec, this),
198 sc_core::sc_spawn(sc_bind(&peq_with_cb_and_phase::fec, this),
H A Dsimple_target_socket.h204 sc_core::sc_spawn(sc_bind(&fw_process::b2nb_thread, this),
287 sc_bind(&fw_process::nb2b_thread, this, ph),
789 sc_core::sc_spawn(sc_bind(&fw_process::b2nb_thread, this),
883 sc_bind(&fw_process::nb2b_thread, this, ph),
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test15/
H A Dtest15.cpp62 sc_spawn( sc_bind(&dut::driver, this, value), nm.str().c_str(), &sp );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_writer_policy/
H A Dsc_writer_policy.cpp153 sc_spawn(sc_bind(&Top::T3, this));
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp265 my_vec_of_modules2.init(N, sc_bind( &M::my_module_creator_func, this, sc_unnamed::_1, sc_unnamed::_2 ) );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp54 sc_spawn(sc_bind( &M2::reset_handler, this ), "reset_handler", &opt);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp55 t = sc_spawn(sc_bind(&Top::T, this), "T", &opt);
60 m = sc_spawn(sc_bind(&Top::M, this), "M", &opt);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp307 invoker_h = sc_spawn(sc_bind(&sc_invoke_method::invoker,this),

Completed in 45 milliseconds

12