Searched refs:notify (Results 76 - 100 of 186) sorted by relevance

12345678

/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test01/
H A Dtest01.cpp64 ready1.notify();
77 ready2.notify();
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test02/
H A Dtest02.cpp64 ready1.notify();
77 ready2.notify();
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test03/
H A Dtest03.cpp65 ready1.notify();
78 ready2.notify();
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_cb_and_phase.h205 notify(tlm_payload_type &t, const tlm_phase_type &p, function in class:tlm_utils::peq_with_cb_and_phase
216 m_e.notify(sc_core::SC_ZERO_TIME);
220 m_e.notify(when);
225 notify(tlm_payload_type &t, const tlm_phase_type &p) function in class:tlm_utils::peq_with_cb_and_phase
228 m_e.notify(); // Immediate notification.
262 m_e.notify(sc_core::SC_ZERO_TIME);
270 m_e.notify(sc_core::SC_ZERO_TIME);
287 m_e.notify(top - now);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp98 ev.notify(5, SC_NS);
116 ev.notify(5, SC_NS);
135 ev.notify(5, SC_NS);
152 ev.notify(5, SC_NS);
169 ev.notify();
184 ev.notify();
188 ev.notify();
200 ev.notify();
212 ev.notify();
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h164 btag->event.notify();
179 m_bwPEQ.notify(trans,phase,t);
189 m_bwPEQ.notify(trans, phase, t);
204 m_fwPEQ.notify(trans,phase,t);
235 m_bwPEQ.notify(trans,phase,t);
268 m_fwPEQ.notify(trans, ph, t);
278 m_fwPEQ.notify(trans, ph, t);
317 m_bwPEQ.notify(*m_pendingResps[connInfo->bwID].front(),ph,t);
320 if (btag) btag->event.notify(t); //release b_transport
/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc98 peq.notify(*trans, phase, delay);
116 endRequestEvent.notify();
152 peq.notify(trans, phase, delay);
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test02/
H A Dtest02.cpp102 e1.notify(15, SC_NS);
142 send.notify(10, SC_NS);
153 event1.notify(55, SC_NS);
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test04/
H A Dregister_phase_callbacks.cpp107 ev.notify( SC_ZERO_TIME );
151 ev.notify(SC_ZERO_TIME);
153 ev.notify( 1, SC_NS );
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_semaphore.cpp114 m_free.notify();
/gem5/src/systemc/tests/include/
H A DSimpleATTarget2.h105 mBeginResponseEvent.notify(t + RESPONSE_DELAY);
117 mEndResponseEvent.notify(t);
147 mEndResponseEvent.notify(t);
163 mBeginResponseEvent.notify(RESPONSE_DELAY);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/suspend_resume/
H A Dsuspend_resume.cpp57 ev.notify();
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test03/
H A Dtest03.cpp84 event1.notify(55, SC_NS);
/gem5/src/systemc/tests/systemc/kernel/sc_event/test15/
H A Devent_triggered.cpp130 event_return.notify();
139 event_return.notify();
172 cout << ".notify()";
174 cout << ".notify(" << t << ")";
179 ev.notify();
181 ev.notify(t);
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_5.3.4.2/test01/
H A Dtest01.cpp53 ev.notify(150, SC_NS);
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test01/
H A Dtest01.cpp65 ev.notify();
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test02/
H A Dtest02.cpp73 ev.notify();
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test03/
H A Dtest03.cpp61 ev.notify();
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test04/
H A Dtest04.cpp60 ev.notify();
/gem5/src/systemc/tests/systemc/tmp/others/OLD_kill_reset/
H A DOLD_kill_reset.cpp28 ev.notify();
/gem5/src/systemc/tests/systemc/tmp/others/OLD_sc_start_starvation/
H A DOLD_sc_start_starvation.cpp20 ev.notify(150, SC_NS);
/gem5/src/systemc/tests/systemc/tmp/others/is_unwinding_bug/
H A Dis_unwinding_bug.cpp29 ev.notify();
/gem5/src/systemc/tests/systemc/tmp/others/method_suspends_itself/
H A Dmethod_suspends_itself.cpp33 ev.notify();
/gem5/src/systemc/tests/systemc/tmp/others/priority_bug/
H A Dpriority_bug.cpp33 ev.notify();
/gem5/src/systemc/tests/systemc/tmp/others/sync_reset/
H A Dsync_reset.cpp27 ev.notify();

Completed in 23 milliseconds

12345678