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

#include <thread_pool.h>

Inheritance diagram for simics::systemc::ThreadCallbackInterface:
simics::systemc::ThreadPool< ThreadData > simics::systemc::ThreadPool< TThread > simics::systemc::simics2tlm::Gasket< BUSWIDTH, TYPES >

Public Member Functions

virtual ~ThreadCallbackInterface ()
 
virtual void run (ThreadInterface *call)=0
 
virtual void block (ThreadInterface *call)=0
 
virtual void finish (ThreadInterface *call)=0
 
virtual void exception (ThreadInterface *call)=0
 
virtual iface::SimulationInterfacesimulation (ThreadInterface *call)=0
 

Constructor & Destructor Documentation

◆ ~ThreadCallbackInterface()

virtual simics::systemc::ThreadCallbackInterface::~ThreadCallbackInterface ( )
inlinevirtual

Member Function Documentation

◆ block()

virtual void simics::systemc::ThreadCallbackInterface::block ( ThreadInterface call)
pure virtual

◆ exception()

virtual void simics::systemc::ThreadCallbackInterface::exception ( ThreadInterface call)
pure virtual

◆ finish()

virtual void simics::systemc::ThreadCallbackInterface::finish ( ThreadInterface call)
pure virtual

◆ run()

virtual void simics::systemc::ThreadCallbackInterface::run ( ThreadInterface call)
pure virtual

◆ simulation()

virtual iface::SimulationInterface * simics::systemc::ThreadCallbackInterface::simulation ( ThreadInterface call)
pure virtual

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