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

/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test1/
H A Dtest1.cpp54 inline ostream& time_stamp( ostream& os ) function
104 time_stamp(cout) << name << ": resuming target_cthread0" << endl;
111 time_stamp(cout) << name << ": resuming target_method0" << endl;
118 time_stamp(cout) << name << ": resuming target_thread0" << endl;
125 time_stamp(cout) << name << ": terminating" << endl;
134 time_stamp(cout) << name << ": starting" << endl;
135 time_stamp(cout) << name << ": issuing self suspend" << endl;
139 time_stamp(cout) << name << ": back from self suspend" << endl;
144 time_stamp(cout) << name << ": ERROR should not see this" << endl;
148 time_stamp(cou
[all...]
/gem5/src/systemc/tests/systemc/communication/sc_clock/test04/
H A Dtest04.cpp39 // test of sc_clock::time_stamp()
53 cout << c1.time_stamp();
58 cout << c1.time_stamp();
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test1/
H A Dtest1.cpp44 inline ostream& time_stamp( ostream& os ) function
94 time_stamp(cout) << name << ": enabling target_cthread0" << endl;
101 time_stamp(cout) << name << ": enabling target_method0" << endl;
108 time_stamp(cout) << name << ": enabling target_thread0" << endl;
115 time_stamp(cout) << name << ": terminating" << endl;
124 time_stamp(cout) << name << ": starting" << endl;
125 time_stamp(cout) << name << ": issuing self disable" << endl;
128 time_stamp(cout) << name << ": after issuing self disable" << endl;
135 time_stamp(cout) << name << ": ERROR should not see this" << endl;
138 time_stamp(cou
[all...]
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test2/
H A Dtest2.cpp45 inline ostream& time_stamp( ostream& os ) function
94 time_stamp(cout) << name << ": disabling target_" << #TARGET << endl; \
101 time_stamp(cout) << name << ": enabling target_" << #TARGET << endl; \
142 time_stamp(cout) << name << ": terminating" << endl;
150 time_stamp(cout) << name << ": starting" << endl;
156 time_stamp(cout) << name << ": ERROR should not see this" << endl;
160 time_stamp(cout) << name << ": active" << endl;
163 time_stamp(cout) << name << ": terminating" << endl;
173 time_stamp(cout) << name << ": starting" << endl;
178 time_stamp(cou
[all...]
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test2/
H A Dtest2.cpp58 inline ostream& time_stamp( ostream& os ) function
107 time_stamp(cout) << name << ": suspending target_" << #TARGET << endl; \
114 time_stamp(cout) << name << ": resuming target_" << #TARGET << endl; \
155 time_stamp(cout) << name << ": terminating" << endl;
163 time_stamp(cout) << name << ": starting" << endl;
169 time_stamp(cout) << name << ": ERROR should not see this" << endl;
173 time_stamp(cout) << name << ": active" << endl;
176 time_stamp(cout) << name << ": terminating" << endl;
186 time_stamp(cout) << name << ": starting" << endl;
191 time_stamp(cou
[all...]
/gem5/src/systemc/ext/channel/
H A Dsc_clock.hh82 static const sc_time &time_stamp();
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.h109 static const sc_time& time_stamp();
H A Dsc_clock.cpp280 sc_clock::time_stamp() function in class:sc_core::sc_clock
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp147 if( m_timed->m_notify_time <= m_simc->time_stamp() + t ) {
155 sc_event_timed* et = new sc_event_timed( this, m_simc->time_stamp() + t );
198 m_simc->time_stamp() + t );
H A Dsc_simcontext.h241 const sc_time& time_stamp() const;
502 sc_simcontext::time_stamp() const function in class:sc_core::sc_simcontext
H A Dsc_event.h407 new sc_event_timed( this, m_simc->time_stamp() + t );
H A Dsc_simcontext.cpp1818 return sc_get_curr_simcontext()->time_stamp();
1831 return sc_get_curr_simcontext()->time_stamp().to_default_time_units();
/gem5/src/systemc/channel/
H A Dsc_clock.cc178 sc_clock::time_stamp() function in class:sc_core::sc_clock
/gem5/src/mem/
H A Ddram_ctrl.hh156 Tick time_stamp)
157 : type(_type), bank(_bank), timeStamp(time_stamp)
155 Command(Data::MemCommand::cmds _type, uint8_t _bank, Tick time_stamp) argument

Completed in 33 milliseconds