scc 2025.09
SystemC components library
scc::async_thread Struct Reference
Inheritance diagram for scc::async_thread:
Collaboration diagram for scc::async_thread:

Public Member Functions

 async_thread (const char *nm)
void start (std::function< sc_core::sc_time()> const &f)
const sc_core::sc_event & thread_finish_event () const

Detailed Description

Definition at line 12 of file async_thread.h.

Constructor & Destructor Documentation

◆ async_thread()

scc::async_thread::async_thread ( const char * nm)
inlineexplicit

Definition at line 16 of file async_thread.h.

◆ ~async_thread()

scc::async_thread::~async_thread ( )
inline

Definition at line 19 of file async_thread.h.

Member Function Documentation

◆ start()

void scc::async_thread::start ( std::function< sc_core::sc_time()> const & f)
inline

Definition at line 24 of file async_thread.h.

◆ thread_finish_event()

const sc_core::sc_event & scc::async_thread::thread_finish_event ( ) const
inline

Definition at line 36 of file async_thread.h.


The documentation for this struct was generated from the following file:
  • /home/eyck/Projects/MINRES/SystemC-Components/src/sysc/scc/async_thread.h