|
gem5
v19.0.0.0
|
#include <compute_unit.hh>
Public Member Functions | |
| virtual | ~CUExitCallback () |
| CUExitCallback (ComputeUnit *_cu) | |
| virtual void | process () |
| virtual process function that is invoked when the callback queue is executed. More... | |
Public Member Functions inherited from Callback | |
| virtual | ~Callback () |
| virtualize the destructor to make sure that the correct one gets called. More... | |
Private Attributes | |
| ComputeUnit * | computeUnit |
Additional Inherited Members | |
Protected Member Functions inherited from Callback | |
| virtual void | autoDestruct () |
Definition at line 402 of file compute_unit.hh.
|
inlinevirtual |
Definition at line 408 of file compute_unit.hh.
|
inline |
Definition at line 410 of file compute_unit.hh.
References process().
|
virtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 1713 of file compute_unit.cc.
References OutputDirectory::create(), and simout.
Referenced by CUExitCallback().
|
private |
Definition at line 405 of file compute_unit.hh.