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

/gem5/src/systemc/tests/systemc/misc/unit/control/wait/
H A Dwait.cpp46 bool endsWith(const std::string &str, const std::string &ending) { function in namespace:__anon65
112 sc_assert(endsWith(thread->file, "wait.cpp")); // SC_WAITN
120 sc_assert(endsWith(thread->file, "wait.cpp")); // SC_WAIT
128 sc_assert(endsWith(thread->file, "wait.cpp")); // SC_WAIT_UNTIL
137 sc_assert(endsWith(thread->file, "wait.cpp")); // 2nd SC_WAIT_UNTIL
140 sc_assert(endsWith(thread->file, "wait.cpp")); // SC_WAITN in waitFunIsTrue
143 sc_assert(endsWith(thread->file, "wait.cpp"));
146 sc_assert(endsWith(thread->file, "wait.cpp")); // 2nd SC_WAIT_UNTIL

Completed in 4 milliseconds