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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp363 if ( method_h->trigger_dynamic( this ) )
395 if ( thread_h->trigger_dynamic( this ) )
713 // (1) Changed signature of trigger_dynamic() to return a bool again.
714 // (2) Moved process run queue processing into trigger_dynamic().
723 // Andy Goodrich: new return code for trigger_dynamic() calls.
H A Dsc_method_process.h167 bool trigger_dynamic( sc_event* );
419 // (1) Changed the signature of trigger_dynamic back to a bool.
430 // Andy Goodrich: Changes in trigger_dynamic methods to handle new
H A Dsc_method_process.cpp616 //"sc_method_process::trigger_dynamic"
621 // (1) This method is identical to sc_thread_process::trigger_dynamic(),
622 // but they cannot be combined as sc_process_b::trigger_dynamic()
635 bool sc_method_process::trigger_dynamic( sc_event* e ) function in class:sc_core::sc_method_process
891 // Andy Goodrich: change hard assertion to warning for trigger_dynamic()
946 // (1) Changed signature of trigger_dynamic back to a bool.
979 // Andy Goodrich: Changes in trigger_dynamic methods to handle new
H A Dsc_thread_process.h149 bool trigger_dynamic( sc_event* );
558 // (1) Changed signature of trigger_dynamic() back to a bool.
H A Dsc_thread_process.cpp679 //"sc_thread_process::trigger_dynamic"
684 // (1) This method is identical to sc_method_process::trigger_dynamic(),
685 // but they cannot be combined as sc_process_b::trigger_dynamic()
694 bool sc_thread_process::trigger_dynamic( sc_event* e ) function in class:sc_core::sc_thread_process
962 // Andy Goodrich: change hard assertion to warning for trigger_dynamic()
1018 // (1) Changed signature of trigger_dynamic() back to bool, and moved
1019 // run queue processing into trigger_dynamic.
1062 // (1) New version of trigger_dynamic() to implement new return codes and
1080 // Andy Goodrich: added check for disabled thread to trigger_dynamic().

Completed in 16 milliseconds