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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_thread_process.cpp310 simcontext()->preempt_with(this);
596 simcontext()->preempt_with( this );
669 simcontext()->preempt_with( this );
1065 // consolidate preemptive thread execution in sc_simcontext::preempt_with().
H A Dsc_simcontext_int.h118 // |"sc_simcontext::preempt_with"
134 sc_simcontext::preempt_with( sc_thread_handle thread_h ) function in class:sc_core::sc_simcontext
310 // to the preempt_with() code to handle case where the preempting process
334 // Andy Goodrich: fixed bug in preempt_with() where I was resetting the
338 // Andy Goodrich: addition of preempt_with() method to allow immediate
H A Dsc_method_process.cpp61 // | or not. It is called from sc_simcontext::preempt_with() to see if the
73 simcontext()->preempt_with(this);
545 simcontext()->preempt_with(this);
818 // Andy Goodrich: remove temporary comment flagging new preempt_with() call.
H A Dsc_simcontext.h289 void preempt_with( sc_method_handle );
290 inline void preempt_with( sc_thread_handle );
830 // Andy Goodrich: addition of new preempt_with() method used to immediately
H A Dsc_simcontext.cpp274 // | sc_simcontext::preempt_with().
324 sc_get_curr_simcontext()->preempt_with( (sc_thread_handle)invoker_h );
1388 // |"sc_simcontext::preempt_with"
1403 sc_simcontext::preempt_with( sc_method_handle method_h ) function in class:sc_core::sc_simcontext

Completed in 21 milliseconds