Searched refs:round_robin (Results 1 - 4 of 4) 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),
123 int round_robin(const char *str, sc_event& receive, sc_event& send, int cnt) function in class:top
/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),
102 int round_robin(const char *str, sc_event& receive, sc_event& send, int cnt) function in class:module1
/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") ,
140 int round_robin(const char *str, sc_event& receive, sc_event& send, int cnt) function in class:top
/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);
131 void round_robin(const char *str, sc_event& receive, sc_event& send, int cnt) function in class:module1

Completed in 6 milliseconds