SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
simics::systemc::Thread Class Reference

#include <thread_pool.h>

Inheritance diagram for simics::systemc::Thread:
simics::systemc::ThreadInterface

Public Member Functions

 Thread ()
 
void spawn ()
 
virtual CallReturn call (ThreadCallbackInterface *cb)
 
- Public Member Functions inherited from simics::systemc::ThreadInterface
virtual ~ThreadInterface ()
 
virtual CallReturn call (ThreadCallbackInterface *cb)=0
 

Protected Member Functions

virtual const char * thread_name ()
 

Additional Inherited Members

- Public Types inherited from simics::systemc::ThreadInterface
enum  CallReturn { CALL_RETURN_FINISHED , CALL_RETURN_WAITING , CALL_RETURN_TERMINATED , CALL_RETURN_ERROR_IN_USE }
 

Constructor & Destructor Documentation

◆ Thread()

simics::systemc::Thread::Thread ( )

Member Function Documentation

◆ call()

virtual CallReturn simics::systemc::Thread::call ( ThreadCallbackInterface cb)
virtual

◆ spawn()

void simics::systemc::Thread::spawn ( )

◆ thread_name()

virtual const char * simics::systemc::Thread::thread_name ( )
protectedvirtual

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