|
gem5 v25.0.0.1
|
#include <sc_process_handle.hh>
Private Attributes | |
| ::sc_gem5::Process * | _gem5_process |
Definition at line 149 of file sc_process_handle.hh.
| sc_core::sc_process_handle::sc_process_handle | ( | ) |
Definition at line 75 of file sc_process_handle.cc.
| sc_core::sc_process_handle::sc_process_handle | ( | const sc_process_handle & | handle | ) |
Definition at line 77 of file sc_process_handle.cc.
|
explicit |
Definition at line 84 of file sc_process_handle.cc.
| sc_core::sc_process_handle::~sc_process_handle | ( | ) |
Definition at line 91 of file sc_process_handle.cc.
| void sc_core::sc_process_handle::disable | ( | sc_descendent_inclusion_info | include_descendants = SC_NO_DESCENDANTS | ) |
Definition at line 227 of file sc_process_handle.cc.
| bool sc_core::sc_process_handle::dynamic | ( | ) | const |
Definition at line 183 of file sc_process_handle.cc.
| void sc_core::sc_process_handle::enable | ( | sc_descendent_inclusion_info | include_descendants = SC_NO_DESCENDANTS | ) |
Definition at line 237 of file sc_process_handle.cc.
| const std::vector< sc_event * > & sc_core::sc_process_handle::get_child_events | ( | ) | const |
Definition at line 164 of file sc_process_handle.cc.
| const std::vector< sc_object * > & sc_core::sc_process_handle::get_child_objects | ( | ) | const |
Definition at line 157 of file sc_process_handle.cc.
| sc_object * sc_core::sc_process_handle::get_parent_object | ( | ) | const |
Definition at line 171 of file sc_process_handle.cc.
| sc_object * sc_core::sc_process_handle::get_process_object | ( | ) | const |
Definition at line 177 of file sc_process_handle.cc.
| bool sc_core::sc_process_handle::is_unwinding | ( | ) |
Definition at line 267 of file sc_process_handle.cc.
| void sc_core::sc_process_handle::kill | ( | sc_descendent_inclusion_info | include_descendants = SC_NO_DESCENDANTS | ) |
Definition at line 247 of file sc_process_handle.cc.
| const char * sc_core::sc_process_handle::name | ( | ) | const |
Definition at line 145 of file sc_process_handle.cc.
| bool sc_core::sc_process_handle::operator!= | ( | const sc_process_handle & | handle | ) | const |
Definition at line 124 of file sc_process_handle.cc.
|
inline |
Definition at line 163 of file sc_process_handle.hh.
| bool sc_core::sc_process_handle::operator< | ( | const sc_process_handle & | other | ) | const |
Definition at line 129 of file sc_process_handle.cc.
|
inline |
Definition at line 165 of file sc_process_handle.hh.
| sc_process_handle & sc_core::sc_process_handle::operator= | ( | const sc_process_handle & | handle | ) |
Definition at line 106 of file sc_process_handle.cc.
| bool sc_core::sc_process_handle::operator== | ( | const sc_process_handle & | handle | ) | const |
Definition at line 117 of file sc_process_handle.cc.
| sc_curr_proc_kind sc_core::sc_process_handle::proc_kind | ( | ) | const |
Definition at line 151 of file sc_process_handle.cc.
| void sc_core::sc_process_handle::reset | ( | sc_descendent_inclusion_info | include_descendants = SC_NO_DESCENDANTS | ) |
Definition at line 257 of file sc_process_handle.cc.
| const sc_event & sc_core::sc_process_handle::reset_event | ( | ) | const |
Definition at line 277 of file sc_process_handle.cc.
| void sc_core::sc_process_handle::resume | ( | sc_descendent_inclusion_info | include_descendants = SC_NO_DESCENDANTS | ) |
Definition at line 217 of file sc_process_handle.cc.
| void sc_core::sc_process_handle::suspend | ( | sc_descendent_inclusion_info | include_descendants = SC_NO_DESCENDANTS | ) |
Definition at line 207 of file sc_process_handle.cc.
| void sc_core::sc_process_handle::swap | ( | sc_process_handle & | handle | ) |
Definition at line 136 of file sc_process_handle.cc.
| void sc_core::sc_process_handle::sync_reset_off | ( | sc_descendent_inclusion_info | include_descendants = SC_NO_DESCENDANTS | ) |
Definition at line 300 of file sc_process_handle.cc.
| void sc_core::sc_process_handle::sync_reset_on | ( | sc_descendent_inclusion_info | include_descendants = SC_NO_DESCENDANTS | ) |
Definition at line 289 of file sc_process_handle.cc.
| bool sc_core::sc_process_handle::terminated | ( | ) | const |
Definition at line 189 of file sc_process_handle.cc.
| const sc_event & sc_core::sc_process_handle::terminated_event | ( | ) | const |
Definition at line 195 of file sc_process_handle.cc.
|
inline |
Definition at line 211 of file sc_process_handle.hh.
| bool sc_core::sc_process_handle::valid | ( | ) | const |
Definition at line 99 of file sc_process_handle.cc.
|
private |
Definition at line 152 of file sc_process_handle.hh.