Searched refs:sc_ref (Results 1 - 8 of 8) sorted by relevance

/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_spawn_options/test01/
H A Dtest01.cpp91 sc_bind(&top::round_robin, this, "1", sc_ref(e1), sc_ref(e2), 3),
99 sc_bind(&top::round_robin, this, "2", sc_ref(e2), sc_ref(e3), 3),
107 sc_bind(&top::round_robin, this, "3", sc_ref(e3), sc_ref(e4), 3),
115 sc_bind(&top::round_robin, this, "4", sc_ref(e4), sc_ref(e1), 3),
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test04/
H A Dtest04.cpp82 sc_bind(&module1::round_robin, this, "1", sc_ref(e1), sc_ref(e2), 1), "mth1", &o1),
84 sc_bind(&module1::round_robin, this, "2", sc_ref(e2), sc_ref(e3), 1), "mth2", &o2),
86 sc_bind(&module1::round_robin, this, "3", sc_ref(e3), sc_ref(e4), 1), "mth3", &o3),
88 sc_bind(&module1::round_robin, this, "4", sc_ref(e4), sc_ref(e1), 1), "mth4", &o4),
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test01/
H A Dtest01.cpp91 sc_bind(&top::round_robin, this, "1", sc_ref(e1), sc_ref(e2), 3), "t1") ,
93 sc_bind(&top::round_robin, this, "2", sc_ref(e2), sc_ref(e3), 3), "t2") ,
95 sc_bind(&top::round_robin, this, "3", sc_ref(e3), sc_ref(e4), 3), "t3") ,
97 sc_bind(&top::round_robin, this, "4", sc_ref(e4), sc_ref(e1), 3), "t4") ,
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test02/
H A Dtest02.cpp111 sc_bind(&module1::round_robin, this, "1", sc_ref(e1), sc_ref(e2), 1), "method1", &o1);
113 sc_bind(&module1::round_robin, this, "2", sc_ref(e2), sc_ref(e3), 1), "method2", &o2);
115 sc_bind(&module1::round_robin, this, "3", sc_ref(e3), sc_ref(e4), 1), "method3", &o3);
117 sc_bind(&module1::round_robin, this, "4", sc_ref(e4), sc_ref(e1), 1), "method4", &o4);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_boost.h63 #define sc_ref(r) std::ref(r) macro
/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/ext/core/
H A Dsc_spawn.hh207 auto sc_ref(T &&v) -> decltype(std::ref(std::forward<T>(v)))
221 using sc_core::sc_ref;
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp56 using sc_core::sc_ref;
145 sc_spawn(sc_bind(&Prim::Th_ref, this, sc_ref(ref_arg)));

Completed in 11 milliseconds