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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.h633 struct scoped_flag struct in namespace:sc_core
635 scoped_flag( bool& b ) : ref(b){ ref = true; } function in struct:sc_core::scoped_flag
636 ~scoped_flag() { ref = false; }
644 scoped_flag scoped_stack_flag( m_has_stack );

Completed in 6 milliseconds