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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext_int.h78 // We use m_current_writer rather than m_curr_proc_info.process_handle to
90 m_current_writer = m_write_check ? process_h : (sc_object*)0;
99 m_current_writer = 0;
H A Dsc_simcontext.h327 sc_object* m_current_writer; member in class:sc_core::sc_simcontext
571 return m_current_writer;
H A Dsc_simcontext.cpp375 m_current_writer = 0;
443 m_process_table(0), m_curr_proc_info(), m_current_writer(0),

Completed in 14 milliseconds