|
SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Coroutine class implemented with QuickThreads. More...
#include <sysc/kernel/sc_cor_qt.h>


Public Member Functions | |
| sc_cor_qt () | |
| virtual | ~sc_cor_qt () |
| virtual void | stack_protect (bool enable) |
Public Attributes | |
| std::size_t | m_stack_size |
| void * | m_stack |
| qt_t * | m_sp |
| sc_cor_pkg_qt * | m_pkg |
Coroutine class implemented with QuickThreads.
Definition at line 54 of file sc_cor_qt.h.
|
inline |
Definition at line 60 of file sc_cor_qt.h.
|
inlinevirtual |
Definition at line 65 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 77 of file sc_cor_qt.h.
| qt_t* sc_core::sc_cor_qt::m_sp |
Definition at line 75 of file sc_cor_qt.h.
| void* sc_core::sc_cor_qt::m_stack |
Definition at line 74 of file sc_cor_qt.h.
| std::size_t sc_core::sc_cor_qt::m_stack_size |
Definition at line 73 of file sc_cor_qt.h.