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

/gem5/src/systemc/ext/core/
H A Dsc_join.hh55 sc_gem5::InternalScEvent joinEvent; member in class:sc_core::sc_join
/gem5/src/systemc/core/
H A Dsc_join.cc58 void sc_join::signal() { if (!--remaining) joinEvent.notify(); }
59 void sc_join::wait() { ::sc_core::wait(joinEvent); }

Completed in 5 milliseconds