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

/gem5/src/systemc/tests/systemc/kernel/sc_process_b/test03/
H A Dtest03.cpp49 cout << handle.name() << " " << handle.proc_kind() << endl;
56 cout << handle.name() << " " << handle.proc_kind() << endl;
63 cout << name() << ".method " << method_handle.proc_kind() << endl;
66 cout << name() << ".thread " << thread_handle.proc_kind() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_process_handle/test01/
H A Dtest01.cpp89 if ( m_a.proc_kind() != SC_CTHREAD_PROC_ )
92 << "proc_kind() returned " << m_a.proc_kind()
121 if ( b.proc_kind() != SC_THREAD_PROC_ )
124 << "proc_kind() returned " << b.proc_kind()
185 if ( handle.proc_kind() != SC_NO_PROC_ )
188 << " proc_kind() returned " << handle.proc_kind()
/gem5/src/systemc/tests/systemc/compliance_1666/test233/
H A Dtest233.cpp25 sc_assert(h.proc_kind() == SC_THREAD_PROC_);
37 sc_assert(h.proc_kind() == SC_METHOD_PROC_);
52 sc_assert(h.proc_kind() == SC_THREAD_PROC_);
64 sc_assert(h.proc_kind() == SC_METHOD_PROC_);
78 sc_assert(h.proc_kind() == SC_THREAD_PROC_);
91 sc_assert(h.proc_kind() == SC_METHOD_PROC_);
104 sc_assert(h.proc_kind() == SC_THREAD_PROC_);
117 sc_assert(h.proc_kind() == SC_METHOD_PROC_);
/gem5/src/systemc/tests/systemc/kernel/sc_process_handle/test02/
H A Dtest02.cpp64 if ( m_cthread_handle.proc_kind() == SC_NO_PROC_ )
71 if ( m_thread_handle.proc_kind() == SC_NO_PROC_ )
/gem5/src/systemc/tests/systemc/compliance_1666/test206/
H A Dtest206.cpp24 sc_assert (h.proc_kind()==SC_THREAD_PROC_);
34 sc_assert (h.proc_kind()==SC_THREAD_PROC_);
48 sc_assert (h.proc_kind()==SC_THREAD_PROC_);
67 sc_assert (h.proc_kind()==SC_METHOD_PROC_);
73 sc_assert (h.proc_kind()==SC_THREAD_PROC_);
/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp17 sc_assert(h.proc_kind() == SC_NO_PROC_);
72 sc_assert(h2.proc_kind() == SC_THREAD_PROC_);
88 sc_assert(h3.proc_kind() == SC_THREAD_PROC_);
118 sc_assert(h3.proc_kind() == SC_THREAD_PROC_);
142 sc_assert(h3.proc_kind() == SC_METHOD_PROC_);
166 sc_assert(h3.proc_kind() == SC_THREAD_PROC_);
188 sc_assert(h3.proc_kind() == SC_METHOD_PROC_);
210 sc_assert(h2.proc_kind() == SC_CTHREAD_PROC_);
229 sc_assert(h2.proc_kind() == SC_METHOD_PROC_);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_reset.cpp254 switch ( process_p->proc_kind() )
280 switch ( process_p->proc_kind() )
306 switch ( process_p->proc_kind() )
351 switch ( process_p->proc_kind() )
H A Dsc_process_handle.h104 inline sc_curr_proc_kind proc_kind() const;
364 inline sc_curr_proc_kind sc_process_handle::proc_kind() const function in class:sc_core::sc_process_handle
366 return m_target_p ? m_target_p->proc_kind() : SC_NO_PROC_;
H A Dsc_sensitive.cpp99 switch ( handle_.proc_kind() )
391 switch ( handle_.proc_kind() )
666 switch ( handle_.proc_kind() )
H A Dsc_simcontext_int.h89 m_curr_proc_info.kind = process_h->proc_kind();
H A Dsc_process.h343 inline sc_curr_proc_kind proc_kind() const;
586 //"sc_process_b::proc_kind"
590 inline sc_curr_proc_kind sc_process_b::proc_kind() const function in class:sc_core::sc_process_b
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh182 sc_curr_proc_kind proc_kind() const;
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp38 sc_assert(sc_get_current_process_handle().proc_kind() == SC_METHOD_PROC_);
42 sc_assert(sc_get_current_process_handle().proc_kind() == SC_THREAD_PROC_);
/gem5/src/systemc/core/
H A Dsc_process_handle.cc153 sc_process_handle::proc_kind() const function in class:sc_core::sc_process_handle
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h358 if (sc_core::sc_get_current_process_handle().proc_kind() == sc_core::SC_METHOD_PROC_)

Completed in 28 milliseconds