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

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

Completed in 4 milliseconds