Home
last modified time | relevance | path

Searched refs:invoker_h (Results 1 – 1 of 1) sorted by relevance

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_simcontext.cpp241 sc_process_handle invoker_h; // handle for invocation thread to use. in SC_MODULE() local
255 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()