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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp152 sc_event_and_list list2; local
153 list2 &= e1;
154 list2 &= e2;
155 sc_assert( list2.size() == 2 );
157 wait( list2);
165 sc_event_and_list list3 = list2 & e2;
237 list2 = e2;
241 wait(list2);
243 list1.swap(list2);
246 wait(list2);
[all...]

Completed in 5 milliseconds