#include <sc_spawn.hh>
|
| friend::sc_gem5::Process * | sc_gem5::spawnWork (::sc_gem5::ProcessFuncWrapper *, const char *, const sc_spawn_options *) |
| | sc_spawn_options () |
| void | spawn_method () |
| void | dont_initialize () |
| void | set_stack_size (int) |
| void | set_sensitivity (const sc_event *) |
| void | set_sensitivity (sc_port_base *) |
| void | set_sensitivity (sc_export_base *) |
| void | set_sensitivity (sc_interface *) |
| void | set_sensitivity (sc_event_finder *) |
| void | reset_signal_is (const sc_in< bool > &, bool) |
| void | reset_signal_is (const sc_inout< bool > &, bool) |
| void | reset_signal_is (const sc_out< bool > &, bool) |
| void | reset_signal_is (const sc_signal_in_if< bool > &, bool) |
| void | async_reset_signal_is (const sc_in< bool > &, bool) |
| void | async_reset_signal_is (const sc_inout< bool > &, bool) |
| void | async_reset_signal_is (const sc_out< bool > &, bool) |
| void | async_reset_signal_is (const sc_signal_in_if< bool > &, bool) |
Definition at line 93 of file sc_spawn.hh.
◆ sc_spawn_options() [1/2]
| sc_core::sc_spawn_options::sc_spawn_options |
( |
| ) |
|
◆ sc_spawn_options() [2/2]
◆ async_reset_signal_is() [1/4]
| void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_in< bool > & | port, |
|
|
bool | value ) |
◆ async_reset_signal_is() [2/4]
| void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_inout< bool > & | port, |
|
|
bool | value ) |
◆ async_reset_signal_is() [3/4]
| void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_out< bool > & | port, |
|
|
bool | value ) |
◆ async_reset_signal_is() [4/4]
| void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_signal_in_if< bool > & | iface, |
|
|
bool | value ) |
◆ dont_initialize()
| void sc_core::sc_spawn_options::dont_initialize |
( |
| ) |
|
◆ operator=()
◆ reset_signal_is() [1/4]
| void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_in< bool > & | port, |
|
|
bool | value ) |
◆ reset_signal_is() [2/4]
| void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_inout< bool > & | port, |
|
|
bool | value ) |
◆ reset_signal_is() [3/4]
| void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_out< bool > & | port, |
|
|
bool | value ) |
◆ reset_signal_is() [4/4]
| void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_signal_in_if< bool > & | iface, |
|
|
bool | value ) |
◆ sc_gem5::spawnWork()
◆ set_sensitivity() [1/5]
| void sc_core::sc_spawn_options::set_sensitivity |
( |
const sc_event * | e | ) |
|
◆ set_sensitivity() [2/5]
◆ set_sensitivity() [3/5]
◆ set_sensitivity() [4/5]
| void sc_core::sc_spawn_options::set_sensitivity |
( |
sc_interface * | i | ) |
|
◆ set_sensitivity() [5/5]
| void sc_core::sc_spawn_options::set_sensitivity |
( |
sc_port_base * | p | ) |
|
◆ set_stack_size()
| void sc_core::sc_spawn_options::set_stack_size |
( |
int | ss | ) |
|
◆ spawn_method()
| void sc_core::sc_spawn_options::spawn_method |
( |
| ) |
|
◆ _dontInitialize
| bool sc_core::sc_spawn_options::_dontInitialize |
|
private |
◆ _events
◆ _exports
◆ _finders
◆ _if_resets
◆ _in_resets
◆ _inout_resets
◆ _interfaces
◆ _out_resets
◆ _ports
◆ _spawnMethod
| bool sc_core::sc_spawn_options::_spawnMethod |
|
private |
◆ _stackSize
| int sc_core::sc_spawn_options::_stackSize |
|
private |
The documentation for this class was generated from the following files: