Searched refs:notify (Results 51 - 75 of 186) sorted by relevance

12345678

/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test18/
H A Dtest18.cpp82 write_event_1.notify(20, SC_NS);
85 write_event_1.notify(5, SC_NS);
88 write_event_2.notify(6, SC_NS);
/gem5/src/systemc/tests/systemc/kernel/process_control/test08/
H A Dtest08.cpp84 event1.notify();
93 event1.notify();
108 event1.notify();
/gem5/src/systemc/tests/include/
H A DSimpleATTarget1.h101 mEndRequestEvent.notify(t + ACCEPT_DELAY);
113 mEndResponseEvent.notify(t);
140 mEndRequestEvent.notify(ACCEPT_DELAY);
146 mBeginResponseEvent.notify(RESPONSE_DELAY);
172 mEndResponseEvent.notify(t);
194 mBeginResponseEvent.notify(RESPONSE_DELAY);
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc99 module.notify();
137 Module::notify(sc_core::sc_time time_from_now) function in class:Gem5SystemC::Module
139 externalSchedulingEvent.notify(time_from_now);
227 eventLoopEnterEvent.notify(sc_core::sc_time::from_value(
243 eventLoopExitEvent.notify(sc_core::SC_ZERO_TIME);
272 eventLoopEnterEvent.notify(sc_core::SC_ZERO_TIME);
276 * on notify semantics */
/gem5/src/systemc/tests/systemc/compliance_1666/test234/
H A Dtest234.cpp91 chan1.ev.notify();
93 chan2.ev.notify();
95 chan3.ev.notify();
/gem5/src/mem/probes/
H A Dbase.hh85 void notify(const ProbePoints::PacketInfo &pkt_info) override {
/gem5/src/sim/probe/
H A Dprobe.hh44 * ProbePoint: an event probe point i.e. send a notify from the point
47 * ProbeListener: a listener provide a notify method that is called when
194 * ProbeListenerArg (i.e the notify method on specific type).
197 * templates off the class containing the function that notify calls.
206 virtual void notify(const Arg &val) = 0;
211 * class type T which is the class containing the function that notify will
225 * @param obj the class of type Tcontaining the method to call on notify.
227 * @param func a pointer to the function on obj (called on notify).
236 * @brief called when the ProbePoint calls notify. This is a shim through to
240 virtual void notify(cons function in class:ProbeListenerArg
288 void notify(const Arg &arg) function in class:ProbePointArg
[all...]
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_mutex.cpp99 m_free.notify();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_join.cpp111 if ( --m_threads_n == 0 ) m_join_event.notify();
/gem5/src/systemc/channel/
H A Dsc_semaphore.cc75 posted.notify();
/gem5/src/systemc/tests/systemc/bugs/bug_147853/
H A Dbug_147853.cpp14 e1.notify(d);
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test05/
H A Dsimulation_callbacks.cpp159 { timed_ev.notify(SC_ZERO_TIME); }
175 delta_ev.notify(SC_ZERO_TIME);
176 timed_ev.notify(delay);
189 delta_ev.notify(SC_ZERO_TIME);
/gem5/src/systemc/tests/systemc/kernel/sc_time/test18/
H A Dtest18.cpp44 // negative value is given to sc_event::notify()
70 m_event.notify(minus_four);
/gem5/src/systemc/tests/systemc/tmp/others/bogus_reset/
H A Dbogus_reset.cpp29 ev.notify();
/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h20 // 12-Jan-2009 John Aynsley Bug fix. Phase argument to notify should be const
223 void notify (tlm_payload_type& t, const tlm_phase_type& p, const sc_core::sc_time& when){ function in class:tlm_utils::peq_with_cb_and_phase
230 m_e.notify(sc_core::SC_ZERO_TIME);
234 m_e.notify(when); // note, this will only over-right the "newest" event.
238 void notify (tlm_payload_type& t, const tlm_phase_type& p){ function in class:tlm_utils::peq_with_cb_and_phase
240 m_e.notify(); // immediate notification
263 if (m_even_delta.size) m_e.notify(sc_core::SC_ZERO_TIME);
268 if (m_uneven_delta.size) m_e.notify(sc_core::SC_ZERO_TIME);
283 m_e.notify( top - now) ;
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test02/
H A Dtest02.cpp80 write_event.notify();
91 read_event.notify();
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test04/
H A Dtest04.cpp80 write_event.notify(20, SC_NS);
83 write_event.notify(5, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test07/
H A Dtest07.cpp80 write_event.notify(20, SC_NS);
83 write_event.notify(5, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test10/
H A Dtest10.cpp79 write_event_2.notify(5, SC_NS);
80 write_event_1.notify(5, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test13/
H A Dtest13.cpp83 write_event.notify(20, SC_NS);
86 write_event.notify(5, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test14/
H A Dtest14.cpp83 write_event.notify(20, SC_NS);
86 write_event.notify(5, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test19/
H A Dtest19.cpp81 write_event_2.notify(5, SC_NS);
82 write_event_1.notify(5, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test01/
H A Dtest01.cpp64 ready1.notify();
77 ready2.notify();
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test02/
H A Dtest02.cpp64 ready1.notify();
77 ready2.notify();
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test03/
H A Dtest03.cpp65 ready1.notify();
78 ready2.notify();

Completed in 23 milliseconds

12345678