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

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

Completed in 6 milliseconds