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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cthread_process.h92 m_wait_cycle_n = 0;
H A Dsc_thread_process.h170 int m_wait_cycle_n; // # of waits to be done. member in class:sc_core::sc_thread_process
372 // The field m_wait_cycle_n is set to one less than the number of cycles to
383 m_wait_cycle_n = n-1;
481 if ( m_wait_cycle_n > 0 )
483 --m_wait_cycle_n;
H A Dsc_thread_process.cpp309 m_wait_cycle_n = 0;
401 m_wait_cycle_n(0)
580 m_wait_cycle_n = 0;

Completed in 9 milliseconds