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

/gem5/src/systemc/tests/systemc/kernel/sc_event/test15/
H A Devent_triggered.cpp88 random_notify();
89 random_notify();
92 random_notify(SC_ZERO_TIME);
93 random_notify(SC_ZERO_TIME);
96 random_notify(sc_time(1, SC_NS));
97 random_notify(sc_time(1, SC_NS));
103 random_notify();
108 random_notify(SC_ZERO_TIME);
114 random_notify(sc_time(1, SC_NS));
158 void random_notify() function
161 void random_notify(const sc_time& t, bool immediate = false) function
[all...]

Completed in 4 milliseconds