SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
simics::systemc::ThreadPool< TThread > Class Template Reference

#include <thread_pool.h>

Inheritance diagram for simics::systemc::ThreadPool< TThread >:
simics::systemc::ThreadInterface simics::systemc::ThreadCallbackInterface

Public Member Functions

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

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 }
 

Member Function Documentation

◆ call()

template<class TThread = Thread>
virtual CallReturn simics::systemc::ThreadPool< TThread >::call ( ThreadCallbackInterface cb)
inlinevirtual

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