Searched defs:set_sensitivity (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/core/
H A Dsc_spawn.cc148 sc_spawn_options::set_sensitivity(const sc_event *e) function in class:sc_core::sc_spawn_options
154 sc_spawn_options::set_sensitivity(sc_port_base *p) function in class:sc_core::sc_spawn_options
160 sc_spawn_options::set_sensitivity(sc_export_base *e) function in class:sc_core::sc_spawn_options
166 sc_spawn_options::set_sensitivity(sc_interface *i) function in class:sc_core::sc_spawn_options
172 sc_spawn_options::set_sensitivity(sc_event_finder *f) function in class:sc_core::sc_spawn_options
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_spawn_options.h82 void set_sensitivity(const sc_event* event) function in class:sc_core::sc_spawn_options
85 void set_sensitivity(sc_port_base* port_base) function in class:sc_core::sc_spawn_options
88 void set_sensitivity(sc_interface* interface_p) function in class:sc_core::sc_spawn_options
91 void set_sensitivity(sc_export_base* export_base) function in class:sc_core::sc_spawn_options
94 void set_sensitivity(sc_event_finder* event_finder) function in class:sc_core::sc_spawn_options

Completed in 6 milliseconds