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

/gem5/src/systemc/tests/systemc/kernel/sc_process_handle/test01/
H A Dtest01.cpp53 m_a = sc_get_current_process_handle();
59 if ( m_a == b )
64 if ( m_a != c )
73 const std::vector<sc_object*>& objects = m_a.get_child_objects();
79 if ( m_a.get_parent_object() == 0 )
84 if ( !strcmp( m_a.name(), "") )
89 if ( m_a.proc_kind() != SC_CTHREAD_PROC_ )
92 << "proc_kind() returned " << m_a.proc_kind()
95 if ( m_a.terminated() )
100 if ( !m_a
146 sc_process_handle m_a; local
[all...]
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test07/
H A Dtest07.cpp56 m_port(m_a);
74 cout << sc_time_stamp() << " setting m_a " << endl;
75 m_a = value;
84 sc_signal<bool> m_a; local

Completed in 5 milliseconds