Searched refs:invoker_h (Results 1 – 1 of 1) sorted by relevance
241 sc_process_handle invoker_h; // handle for invocation thread to use. in SC_MODULE() local255 invoker_h = sc_spawn(sc_bind(&sc_invoke_method::invoker,this), in SC_MODULE()257 ((sc_process_b*)invoker_h)->detach(); in SC_MODULE()264 invoker_h = m_invokers[invokers_n-1]; in SC_MODULE()272 sc_get_curr_simcontext()->preempt_with( (sc_thread_handle)invoker_h ); in SC_MODULE()274 m_invokers.push_back(invoker_h); in SC_MODULE()