Searched refs:ready2 (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test01/
H A Dtest01.cpp55 sc_event ready2; local
77 ready2.notify();
86 wait( ready1 & ready2 );
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test02/
H A Dtest02.cpp55 sc_event ready2; local
77 ready2.notify();
86 wait( ready1 & ready2 );
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test03/
H A Dtest03.cpp56 sc_event ready2; local
78 ready2.notify();
87 wait( ready1 & ready2 );
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test01/
H A Dtest01.cpp55 sc_event ready2; local
77 ready2.notify();
86 ::sc_core::wait( ready1 & ready2 );
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test02/
H A Dtest02.cpp55 sc_event ready2; local
77 ready2.notify();
86 wait( ready1 & ready2 );
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test03/
H A Dtest03.cpp56 sc_event ready2; local
78 ready2.notify();
87 wait( ready1 & ready2 );

Completed in 7 milliseconds