|
gem5
v19.0.0.0
|
#include <sc_spawn.hh>
Public Member Functions | |
| ProcessObjRetFuncWrapper (T t, R *r) | |
| void | call () override |
Public Member Functions inherited from sc_gem5::ProcessFuncWrapper | |
| virtual | ~ProcessFuncWrapper () |
Public Attributes | |
| T | t |
| R * | r |
Definition at line 62 of file sc_spawn.hh.
|
inline |
Definition at line 67 of file sc_spawn.hh.
|
inlineoverridevirtual |
Implements sc_gem5::ProcessFuncWrapper.
Definition at line 69 of file sc_spawn.hh.
References name(), sc_gem5::spawnWork(), and ArmISA::t.
| R* sc_gem5::ProcessObjRetFuncWrapper< T, R >::r |
Definition at line 65 of file sc_spawn.hh.
| T sc_gem5::ProcessObjRetFuncWrapper< T, R >::t |
Definition at line 64 of file sc_spawn.hh.