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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp293 sc_process_handle invoker_h; // handle for invocation thread to use. local
307 invoker_h = sc_spawn(sc_bind(&sc_invoke_method::invoker,this),
309 ((sc_process_b*)invoker_h)->detach();
316 invoker_h = m_invokers[invokers_n-1];
324 sc_get_curr_simcontext()->preempt_with( (sc_thread_handle)invoker_h );
326 m_invokers.push_back(invoker_h);

Completed in 10 milliseconds