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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp165 sc_event_and_list list3 = list2 & e2; local
166 sc_assert( list3.size() == 2 );
168 wait( list3 );
177 list4 = list3 & e2;
187 sc_event_and_list list5 = list3 & list4;

Completed in 4 milliseconds