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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp279 m_threads_static(),
303 m_threads_static(),
376 if( ( size = m_threads_static.size() ) != 0 )
378 sc_thread_handle* l_threads_static = &m_threads_static[0];
432 if ( ( size = m_threads_static.size() ) != 0 ) {
433 sc_thread_handle* l_threads_static = &m_threads_static[0];
437 m_threads_static.resize(size-1);
H A Dsc_event.h319 mutable std::vector<sc_thread_handle> m_threads_static; member in class:sc_core::sc_event
445 m_threads_static.push_back( thread_h );

Completed in 5 milliseconds