gem5
|
#include <gpu_dyn_inst.hh>
Public Member Functions | |
AtomicOpExch (T _a) | |
void | execute (T *b) |
Public Member Functions inherited from TypedAtomicOpFunctor< T > | |
void | operator() (uint8_t *p) |
Public Member Functions inherited from AtomicOpFunctor | |
virtual | ~AtomicOpFunctor () |
Public Attributes | |
T | a |
Definition at line 107 of file gpu_dyn_inst.hh.
|
inline |
Definition at line 111 of file gpu_dyn_inst.hh.
|
inlinevirtual |
Implements TypedAtomicOpFunctor< T >.
Definition at line 112 of file gpu_dyn_inst.hh.
References AtomicOpExch< T >::a.
T AtomicOpExch< T >::a |
Definition at line 110 of file gpu_dyn_inst.hh.
Referenced by AtomicOpExch< T >::execute().