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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_pthread.h53 // reaches its invoke_module_method. This allows us to get control of
68 static void* invoke_module_method( void* context_p );
H A Dsc_cor_pthread.cpp56 // reaches its invoke_module_method. This allows us to get control of
99 void* sc_cor_pthread::invoke_module_method(void* context_p) function in class:sc_core::sc_cor_pthread
102 DEBUGF << p << ": sc_cor_pthread::invoke_module_method()" << std::endl;
203 // we need to let it run until we can block in the invoke_module_method.
208 // invoke_module_method.
216 &sc_cor_pthread::invoke_module_method, (void*)cor_p ) )

Completed in 5 milliseconds