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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp141 sc_event_and_list list1 = e1 & e2; local
142 sc_assert( list1.size() == 2 );
144 wait( list1 );
236 list1 = e1;
239 wait(list1);
243 list1.swap(list2);
248 wait(list1);

Completed in 4 milliseconds