|
gem5
v20.1.0.5
|
Public Member Functions | |
| void | resume () |
| std::string | name () const |
| void | quiesce () const |
Public Attributes | |
| ThreadContext * | context = nullptr |
| bool | active = false |
| BaseRemoteGDB * | gdb = nullptr |
| Event * | resumeEvent = nullptr |
| std::string System::Threads::Thread::name | ( | ) | const |
Definition at line 86 of file system.cc.
References csprintf().
| void System::Threads::Thread::resume | ( | ) |
| bool System::Threads::Thread::active = false |
Definition at line 112 of file system.hh.
Referenced by System::Threads::markActive(), and System::Threads::numActive().
| ThreadContext* System::Threads::Thread::context = nullptr |
Definition at line 111 of file system.hh.
Referenced by System::Threads::const_iterator::operator*(), System::Threads::const_iterator::operator->(), and System::Threads::operator[]().
| BaseRemoteGDB* System::Threads::Thread::gdb = nullptr |
Definition at line 113 of file system.hh.
Referenced by System::breakpoint(), and System::startup().