Public Types | |
typedef ListLockFree< Dummy > | T |
Public Member Functions | |
bool | breakLoop () |
void | finalize () |
bool | initialize () |
LLFGrower (T *l) | |
void | step () |
Public Attributes | |
int | i |
T * | mlst |
volatile bool | stop |
Definition at line 214 of file buffers_test.cpp.
typedef ListLockFree<Dummy> LLFGrower::T |
Definition at line 217 of file buffers_test.cpp.
LLFGrower::LLFGrower | ( | T * | l | ) | [inline] |
Definition at line 220 of file buffers_test.cpp.
bool LLFGrower::breakLoop | ( | ) | [inline] |
Definition at line 236 of file buffers_test.cpp.
void LLFGrower::finalize | ( | ) | [inline] |
Definition at line 234 of file buffers_test.cpp.
bool LLFGrower::initialize | ( | ) | [inline] |
Definition at line 221 of file buffers_test.cpp.
void LLFGrower::step | ( | ) | [inline] |
Definition at line 225 of file buffers_test.cpp.
int LLFGrower::i |
Definition at line 219 of file buffers_test.cpp.
Definition at line 218 of file buffers_test.cpp.
volatile bool LLFGrower::stop |
Definition at line 216 of file buffers_test.cpp.