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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp914 sc_time until_t = m_curr_time + duration; local
967 if ( !next_time(t) || (t > until_t ) ) goto exit_time;
988 } while ( t < until_t ); // hold off on the delta for the until_t time.
991 if ( t > m_curr_time && t <= until_t )

Completed in 10 milliseconds