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

/gem5/src/systemc/tests/systemc/misc/unit/control/wait/
H A Dwait.cpp88 SC_WAIT_UNTIL(sc_core::sc_time_stamp() > sc_time(1000, SC_US));
91 SC_WAIT_UNTIL(waitFunIsTrue());
128 sc_assert(endsWith(thread->file, "wait.cpp")); // SC_WAIT_UNTIL
134 // Ensure that SC_WAIT_UNTIL can handle nested wait calls
137 sc_assert(endsWith(thread->file, "wait.cpp")); // 2nd SC_WAIT_UNTIL
146 sc_assert(endsWith(thread->file, "wait.cpp")); // 2nd SC_WAIT_UNTIL
/gem5/src/systemc/ext/core/
H A Dsc_module.hh372 #define SC_WAIT_UNTIL(expr) \ macro

Completed in 6 milliseconds