SystemC
Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/kernel/sc_cor_qt.h>
Public Member Functions | |
sc_cor_qt () | |
virtual | ~sc_cor_qt () |
virtual void | stack_protect (bool enable) |
Public Member Functions inherited from sc_core::sc_cor | |
virtual | ~sc_cor () |
virtual void | increment_counter ()=0 |
Increment the lock counter. More... | |
virtual void | decrement_counter ()=0 |
Decrement the lock counter. More... | |
virtual unsigned int | get_counter ()=0 |
Get the value of the lock counter. More... | |
Public Attributes | |
std::size_t | m_stack_size |
void * | m_stack |
qt_t * | m_sp |
sc_cor_pkg_qt * | m_pkg |
Additional Inherited Members | |
Protected Member Functions inherited from sc_core::sc_cor | |
sc_cor () | |
Definition at line 48 of file sc_cor_qt.h.
|
inline |
Definition at line 54 of file sc_cor_qt.h.
|
inlinevirtual |
Definition at line 59 of file sc_cor_qt.h.
|
virtual |
Reimplemented from sc_core::sc_cor.
sc_cor_pkg_qt* sc_core::sc_cor_qt::m_pkg |
Definition at line 71 of file sc_cor_qt.h.
qt_t* sc_core::sc_cor_qt::m_sp |
Definition at line 69 of file sc_cor_qt.h.
void* sc_core::sc_cor_qt::m_stack |
Definition at line 68 of file sc_cor_qt.h.
std::size_t sc_core::sc_cor_qt::m_stack_size |
Definition at line 67 of file sc_cor_qt.h.