gem5 v24.0.0.0
|
#include <process_types.hh>
Classes | |
class | Context |
Public Member Functions | |
Thread (const char *name, ProcessFuncWrapper *func, bool internal=false) | |
~Thread () | |
const char * | kind () const override |
sc_core::sc_curr_proc_kind | procKind () const override |
gem5::Fiber * | fiber () override |
Public Member Functions inherited from sc_gem5::Process | |
bool | needsStart () const |
void | needsStart (bool ns) |
bool | dynamic () const |
bool | isUnwinding () const |
void | isUnwinding (bool v) |
bool | terminated () const |
bool | scheduled () const |
void | scheduled (bool new_val) |
void | forEachKid (const std::function< void(Process *)> &work) |
bool | suspended () const |
bool | disabled () const |
void | suspend (bool inc_kids) |
void | resume (bool inc_kids) |
void | disable (bool inc_kids) |
void | enable (bool inc_kids) |
void | kill (bool inc_kids) |
void | reset (bool inc_kids) |
void | throw_it (ExceptionWrapperBase &exc, bool inc_kids) |
void | injectException (ExceptionWrapperBase &exc) |
void | syncResetOn (bool inc_kids) |
void | syncResetOff (bool inc_kids) |
void | signalReset (bool set, bool sync) |
void | incref () |
void | decref () |
::sc_core::sc_event & | resetEvent () |
::sc_core::sc_event & | terminatedEvent () |
void | setStackSize (size_t size) |
void | run () |
void | addStatic (StaticSensitivity *) |
void | setDynamic (DynamicSensitivity *) |
void | clearDynamic () |
void | addReset (Reset *) |
void | setTimeout (::sc_core::sc_time t) |
void | cancelTimeout () |
void | satisfySensitivity (Sensitivity *) |
void | ready () |
void | lastReport (::sc_core::sc_report *report) |
::sc_core::sc_report * | lastReport () const |
bool | hasStaticSensitivities () |
bool | internal () |
bool | timedOut () |
bool | inReset () |
bool | dontInitialize () |
void | dontInitialize (bool di) |
void | joinWait (::sc_core::sc_join *join) |
void | waitCount (int count) |
const char * | uniqueName (const char *seed) |
Public Member Functions inherited from sc_core::sc_process_b | |
sc_process_b (const char *name) | |
sc_process_b () | |
Public Member Functions inherited from sc_core::sc_object | |
const char * | name () const |
const char * | basename () const |
virtual void | print (std::ostream &=std::cout) const |
virtual void | dump (std::ostream &=std::cout) const |
virtual const std::vector< sc_object * > & | get_child_objects () const |
virtual const std::vector< sc_event * > & | get_child_events () const |
sc_object * | get_parent_object () const |
bool | add_attribute (sc_attr_base &) |
sc_attr_base * | get_attribute (const std::string &) |
sc_attr_base * | remove_attribute (const std::string &) |
void | remove_all_attributes () |
int | num_attributes () const |
sc_attr_cltn & | attr_cltn () |
const sc_attr_cltn & | attr_cltn () const |
sc_simcontext * | simcontext () const |
Public Member Functions inherited from sc_gem5::ListNode | |
ListNode () | |
virtual | ~ListNode () |
void | popListNode () |
Private Attributes | |
Context * | ctx |
Friends | |
class | Context |
Definition at line 53 of file process_types.hh.
|
inline |
Definition at line 56 of file process_types.hh.
|
inline |
Definition at line 60 of file process_types.hh.
References ctx.
|
inlineoverridevirtual |
Reimplemented from sc_gem5::Process.
Definition at line 71 of file process_types.hh.
References Context, ctx, and sc_gem5::Process::stackSize.
|
inlineoverridevirtual |
Reimplemented from sc_core::sc_object.
Definition at line 62 of file process_types.hh.
|
inlineoverridevirtual |
Implements sc_gem5::Process.
Definition at line 65 of file process_types.hh.
References sc_core::SC_THREAD_PROC_.
|
friend |
Definition at line 104 of file process_types.hh.
Referenced by fiber().
|
private |
Definition at line 106 of file process_types.hh.