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

/gem5/ext/systemc/src/tlm_utils/
H A Dtlm_quantumkeeper.h59 m_next_sync_point(sc_core::SC_ZERO_TIME),
93 return sc_core::sc_time_stamp() + m_local_time >= m_next_sync_point;
126 m_next_sync_point = sc_core::sc_time_stamp() + compute_local_quantum();
166 sc_core::sc_time m_next_sync_point; member in class:tlm_utils::tlm_quantumkeeper
/gem5/src/systemc/ext/tlm_utils/
H A Dtlm_quantumkeeper.h56 tlm_quantumkeeper() : m_next_sync_point(sc_core::SC_ZERO_TIME),
78 return sc_core::sc_time_stamp() + m_local_time >= m_next_sync_point;
109 m_next_sync_point = sc_core::sc_time_stamp() + compute_local_quantum();
146 sc_core::sc_time m_next_sync_point; member in class:tlm_utils::tlm_quantumkeeper

Completed in 5 milliseconds