Searched refs:SC_ZERO_TIME (Results 76 - 100 of 117) sorted by relevance

12345

/gem5/src/systemc/tests/systemc/kernel/process_control/test03/
H A Dtest03.cpp274 m_event1.notify(SC_ZERO_TIME);
293 m_event2.notify(SC_ZERO_TIME);
315 m_event2.notify(SC_ZERO_TIME);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_priority/
H A Dproc_ctrl_priority.cpp70 wait(SC_ZERO_TIME);
107 wait(SC_ZERO_TIME);
199 wait(SC_ZERO_TIME);
/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc92 auto delay = sc_core::SC_ZERO_TIME;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.h63 const sc_time& start_time_ = SC_ZERO_TIME,
H A Dsc_fifo.h345 m_data_read_event.notify(SC_ZERO_TIME);
349 m_data_written_event.notify(SC_ZERO_TIME);
457 //using notify(SC_ZERO_TIME) in place of notify_delayed().
/gem5/src/systemc/tests/include/
H A DExplicitLTTarget.h70 t = sc_core::SC_ZERO_TIME;
H A DSimpleLTInitiator2.h130 t = sc_core::SC_ZERO_TIME;
H A DSimpleLTInitiator3.h130 t = sc_core::SC_ZERO_TIME;
H A DExplicitATTarget.h118 sc_core::sc_time t = sc_core::SC_ZERO_TIME;
H A DSimpleATTarget2.h132 sc_core::sc_time t = sc_core::SC_ZERO_TIME;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset_port/
H A Dasync_reset_port.cpp259 wait(SC_ZERO_TIME);
270 wait(SC_ZERO_TIME);
281 wait(SC_ZERO_TIME);
297 wait(SC_ZERO_TIME);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp191 wait(SC_ZERO_TIME);
222 wait(SC_ZERO_TIME);
230 wait(SC_ZERO_TIME);
245 wait(SC_ZERO_TIME);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp394 m_curr_time = SC_ZERO_TIME;
395 m_max_time = SC_ZERO_TIME;
447 m_time_params(), m_curr_time(SC_ZERO_TIME), m_max_time(SC_ZERO_TIME),
906 else if ( duration < SC_ZERO_TIME )
921 if ( duration == SC_ZERO_TIME )
1622 sc_time result=SC_ZERO_TIME; // time of pending activity.
1676 // called with duration = SC_ZERO_TIME for the first time
1678 ( starting_delta == 0 && exit_time == SC_ZERO_TIME );
1712 // the user, except if we're in a first sc_start(SC_ZERO_TIME) fo
[all...]
H A Dsc_event.cpp107 if( t == SC_ZERO_TIME ) {
191 if( t == SC_ZERO_TIME ) {
H A Dsc_time.cpp421 const sc_time SC_ZERO_TIME; member in namespace:sc_core
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp220 wait(SC_ZERO_TIME);
225 wait(SC_ZERO_TIME);
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A DSimpleLTInitiator_ext.h148 t = sc_core::SC_ZERO_TIME;
238 sc_assert(t == sc_core::SC_ZERO_TIME); // FIXME: can t != 0?
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTInitiator_ext.h148 t = sc_core::SC_ZERO_TIME;
238 sc_assert(t == sc_core::SC_ZERO_TIME); // FIXME: can t != 0?
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp34 using sc_core::SC_ZERO_TIME;
138 ev.notify(SC_ZERO_TIME);
335 sc_assert(sc_time_stamp() == sc_time(SC_ZERO_TIME));
/gem5/src/systemc/tests/systemc/1666-2011-compliance/child_proc_control/
H A Dchild_proc_control.cpp114 wait(SC_ZERO_TIME);
/gem5/src/systemc/tests/tlm/bugs/multi_passthrough_sockets_bug/
H A Dmulti_passthrough_sockets_bug.cpp57 sc_core::sc_time t = sc_core::SC_ZERO_TIME;
/gem5/src/systemc/core/
H A Dsc_time.cc237 return SC_ZERO_TIME;
292 const sc_time SC_ZERO_TIME; member in namespace:sc_core
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_suspends_itself/
H A Dmethod_suspends_itself.cpp238 wait(SC_ZERO_TIME);
304 wait(SC_ZERO_TIME);
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h245 sc_core::sc_time t=sc_core::SC_ZERO_TIME;
295 sc_core::sc_time t=sc_core::SC_ZERO_TIME;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp119 wait(SC_ZERO_TIME);
120 wait(SC_ZERO_TIME);
276 wait(SC_ZERO_TIME);
311 wait(SC_ZERO_TIME);
334 wait(SC_ZERO_TIME);

Completed in 47 milliseconds

12345