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

/gem5/ext/systemc/src/tlm_utils/
H A Dtlm_quantumkeeper.h60 m_local_time(sc_core::SC_ZERO_TIME)
73 m_local_time += t;
83 m_local_time = t;
93 return sc_core::sc_time_stamp() + m_local_time >= m_next_sync_point;
103 sc_core::wait(m_local_time);
125 m_local_time = sc_core::SC_ZERO_TIME;
137 return sc_core::sc_time_stamp() + m_local_time;
147 return m_local_time;
167 sc_core::sc_time m_local_time; member in class:tlm_utils::tlm_quantumkeeper
/gem5/src/systemc/ext/tlm_utils/
H A Dtlm_quantumkeeper.h57 m_local_time(sc_core::SC_ZERO_TIME)
65 virtual void inc(const sc_core::sc_time &t) { m_local_time += t; }
70 virtual void set(const sc_core::sc_time &t) { m_local_time = t; }
78 return sc_core::sc_time_stamp() + m_local_time >= m_next_sync_point;
87 sc_core::wait(m_local_time);
108 m_local_time = sc_core::SC_ZERO_TIME;
119 return sc_core::sc_time_stamp() + m_local_time;
128 return m_local_time;
147 sc_core::sc_time m_local_time; member in class:tlm_utils::tlm_quantumkeeper

Completed in 5 milliseconds