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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.h347 mutable sc_time m_max_time; member in class:sc_core::sc_simcontext
486 if ( m_max_time == SC_ZERO_TIME )
488 m_max_time = sc_time::from_value( ~sc_dt::UINT64_ZERO );
490 return m_max_time;
H A Dsc_simcontext.cpp395 m_max_time = SC_ZERO_TIME;
447 m_time_params(), m_curr_time(SC_ZERO_TIME), m_max_time(SC_ZERO_TIME),

Completed in 13 milliseconds