Searched refs:ev2 (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/tests/systemc/1666-2011-compliance/named_events/
H A Dnamed_events.cpp52 sc_event ev1, ev2; member in struct:Top
62 : ev2("ev2")
73 sc_assert( ev2.in_hierarchy() );
74 sc_assert( ev2.get_parent_object() == this );
75 sc_assert( std::string(ev2.name()) == "top.ev2" );
76 sc_assert( std::string(ev2.basename()) == "ev2" );
78 sc_assert( sc_find_event("top.ev2")
174 sc_event ev2; local
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp71 sc_event ev1, ev2, ev3, ev4; member in struct:Top
112 ev2.notify();
122 ev2.notify();
133 ev2.notify();
147 ev2.notify();
160 ev2.notify();
173 ev2.notify(2, SC_NS);
183 ev2.notify(2, SC_NS);
257 wait(ev1 & ev2 & ev3);
280 next_trigger(ev1 & ev2
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/immed_self_notif/
H A Dimmed_self_notif.cpp73 sc_event ev1, ev2, ev3, ev4, ev5, ev6, ev7; member in struct:Top
103 ev2.notify();
105 wait(ev2);
/gem5/src/systemc/tests/systemc/tmp/others/sc_start_starvation/
H A Dsc_start_starvation.cpp18 sc_event ev2; local
23 ev2.notify(150, SC_NS);
25 //wait(ev2); // Inserting this line makes the test pass
54 sc_assert( sc_time_stamp() == sc_time(150, SC_NS) ); // FAILS. Does not see ev2
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_delta_count/
H A Dsc_delta_count.cpp48 sensitive << ev << ev2 << ev3;
63 sc_event ev, ev2, ev3; member in struct:Top
110 ev2.notify(1, SC_NS);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_start_starvation/
H A Dsc_start_starvation.cpp48 sc_event ev2; local
58 ev2.notify(150, SC_NS);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_suspends_itself/
H A Dmethod_suspends_itself.cpp64 sc_event ev, ev2; member in struct:Top
312 ev2.notify();
316 ev2.notify();
321 t.sync_reset_on(); // Still dynamically sensitive to ev2
322 ev2.notify(); // Clears dynamic sensitivity, restores static sensitivity
383 next_trigger(ev2);

Completed in 10 milliseconds