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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable.h66 inline bool is_initialized() const;
H A Dsc_runnable_int.h175 //"sc_runnable::is_initialized"
179 inline bool sc_runnable::is_initialized() const function in class:sc_core::sc_runnable
333 if ( !is_initialized() ) return;
390 if ( !is_initialized() ) return;
H A Dsc_simcontext.cpp1611 ( m_runnable->is_initialized() && !m_runnable->is_empty() ) ||

Completed in 7 milliseconds