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 545 of file buffers_test.cpp.
typedef ListLockFree<Dummy> LLFGrower::T |
Definition at line 548 of file buffers_test.cpp.
LLFGrower::LLFGrower | ( | T * | l | ) | [inline] |
Definition at line 551 of file buffers_test.cpp.
bool LLFGrower::breakLoop | ( | ) | [inline] |
Definition at line 567 of file buffers_test.cpp.
void LLFGrower::finalize | ( | ) | [inline] |
Definition at line 565 of file buffers_test.cpp.
bool LLFGrower::initialize | ( | ) | [inline] |
Definition at line 552 of file buffers_test.cpp.
void LLFGrower::step | ( | ) | [inline] |
Definition at line 556 of file buffers_test.cpp.
int LLFGrower::i |
Definition at line 550 of file buffers_test.cpp.
Definition at line 549 of file buffers_test.cpp.
volatile bool LLFGrower::stop |
Definition at line 547 of file buffers_test.cpp.