gem5
|
#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 401 of file compute_unit.hh.
|
inlinevirtual |
Definition at line 407 of file compute_unit.hh.
|
inline |
Definition at line 409 of file compute_unit.hh.
References computeUnit.
|
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.
|
private |
Definition at line 404 of file compute_unit.hh.
Referenced by CUExitCallback().