SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_cor_qt Class Reference

Coroutine class implemented with QuickThreads. More...

#include <sysc/kernel/sc_cor_qt.h>

Inheritance diagram for sc_core::sc_cor_qt:
Collaboration diagram for sc_core::sc_cor_qt:

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_qtm_pkg
 

Detailed Description

Coroutine class implemented with QuickThreads.

Definition at line 54 of file sc_cor_qt.h.

Constructor & Destructor Documentation

◆ sc_cor_qt()

sc_core::sc_cor_qt::sc_cor_qt ( )
inline

Definition at line 60 of file sc_cor_qt.h.

◆ ~sc_cor_qt()

virtual sc_core::sc_cor_qt::~sc_cor_qt ( )
inlinevirtual

Definition at line 65 of file sc_cor_qt.h.

Member Function Documentation

◆ stack_protect()

virtual void sc_core::sc_cor_qt::stack_protect ( bool  enable)
virtual

Reimplemented from sc_core::sc_cor.

Member Data Documentation

◆ m_pkg

sc_cor_pkg_qt* sc_core::sc_cor_qt::m_pkg

Definition at line 77 of file sc_cor_qt.h.

◆ m_sp

qt_t* sc_core::sc_cor_qt::m_sp

Definition at line 75 of file sc_cor_qt.h.

◆ m_stack

void* sc_core::sc_cor_qt::m_stack

Definition at line 74 of file sc_cor_qt.h.

◆ m_stack_size

std::size_t sc_core::sc_cor_qt::m_stack_size

Definition at line 73 of file sc_cor_qt.h.


The documentation for this class was generated from the following file: