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

/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp101 sc_process_handle h4 = sc_spawn(sc_bind(&M::dyn_method, this), "dyn_method", &opt);
180 void dyn_method() function
187 sc_assert(strcmp(h3.name(), "top.m.T.dyn_method") == 0);

Completed in 2 milliseconds