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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cthread_process.cpp56 m_dont_init = true;
H A Dsc_process.cpp199 m_dont_init = dont;
549 m_dont_init( false ),
H A Dsc_method_process.cpp323 m_dont_init = opt_p->m_dont_initialize;
360 m_dont_init = false;
H A Dsc_process.h339 bool dont_initialize() const { return m_dont_init; }
414 bool m_dont_init; // true: no initialize call. member in class:sc_core::sc_process_b
H A Dsc_thread_process.cpp418 m_dont_init = opt_p->m_dont_initialize;
457 m_dont_init = false;

Completed in 17 milliseconds