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

/gem5/src/systemc/core/
H A Dsc_join.cc48 if (p->procKind() == SC_METHOD_PROC_) {
H A Dprocess_types.hh51 return sc_core::SC_METHOD_PROC_;
H A Dprocess.cc88 if (procKind() != ::sc_core::SC_METHOD_PROC_ &&
209 procKind() == ::sc_core::SC_METHOD_PROC_) {
H A Dsensitivity.cc86 return process->procKind() == sc_core::SC_METHOD_PROC_;
H A Dscheduler.cc209 if (p->procKind() == ::sc_core::SC_METHOD_PROC_)
H A Dsc_module.cc644 if (p->procKind() == SC_METHOD_PROC_) {
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_wait.cpp252 if( cpi->kind == SC_METHOD_PROC_ ) {
267 if( cpi->kind == SC_METHOD_PROC_ ) {
279 if( cpi->kind == SC_METHOD_PROC_ ) {
291 if( cpi->kind == SC_METHOD_PROC_ ) {
303 if( cpi->kind == SC_METHOD_PROC_ ) {
315 if( cpi->kind == SC_METHOD_PROC_ ) {
327 if( cpi->kind == SC_METHOD_PROC_ ) {
339 if( cpi->kind == SC_METHOD_PROC_ ) {
H A Dsc_reset.cpp257 case SC_METHOD_PROC_:
283 case SC_METHOD_PROC_:
309 case SC_METHOD_PROC_:
353 case SC_METHOD_PROC_:
H A Dsc_process.cpp87 case SC_METHOD_PROC_:
277 case SC_METHOD_PROC_:
319 case SC_METHOD_PROC_:
H A Dsc_sensitive.cpp105 case SC_METHOD_PROC_:
397 case SC_METHOD_PROC_:
672 case SC_METHOD_PROC_:
H A Dsc_method_process.cpp321 m_process_kind = SC_METHOD_PROC_;
H A Dsc_process.h68 SC_METHOD_PROC_, enumerator in enum:sc_core::sc_curr_proc_kind
/gem5/src/systemc/tests/systemc/compliance_1666/test233/
H A Dtest233.cpp37 sc_assert(h.proc_kind() == SC_METHOD_PROC_);
64 sc_assert(h.proc_kind() == SC_METHOD_PROC_);
91 sc_assert(h.proc_kind() == SC_METHOD_PROC_);
117 sc_assert(h.proc_kind() == SC_METHOD_PROC_);
/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp142 sc_assert(h3.proc_kind() == SC_METHOD_PROC_);
188 sc_assert(h3.proc_kind() == SC_METHOD_PROC_);
229 sc_assert(h2.proc_kind() == SC_METHOD_PROC_);
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh89 SC_METHOD_PROC_, enumerator in enum:sc_core::sc_curr_proc_kind
H A D_using.hh123 using sc_core::SC_METHOD_PROC_;
/gem5/src/systemc/tests/systemc/compliance_1666/test206/
H A Dtest206.cpp67 sc_assert (h.proc_kind()==SC_METHOD_PROC_);
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp38 sc_assert(sc_get_current_process_handle().proc_kind() == SC_METHOD_PROC_);
/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 30 milliseconds