Public Types | |
typedef ListLockFree< Dummy > | T |
Public Member Functions | |
bool | breakLoop () |
void | finalize () |
bool | initialize () |
LLFWorker (T *l) | |
void | step () |
Public Attributes | |
int | appends |
int | erases |
int | i |
T * | mlst |
volatile bool | stop |
Definition at line 513 of file buffers_test.cpp.
typedef ListLockFree<Dummy> LLFWorker::T |
Definition at line 516 of file buffers_test.cpp.
LLFWorker::LLFWorker | ( | T * | l | ) | [inline] |
Definition at line 521 of file buffers_test.cpp.
bool LLFWorker::breakLoop | ( | ) | [inline] |
Definition at line 539 of file buffers_test.cpp.
void LLFWorker::finalize | ( | ) | [inline] |
Definition at line 537 of file buffers_test.cpp.
bool LLFWorker::initialize | ( | ) | [inline] |
Definition at line 522 of file buffers_test.cpp.
void LLFWorker::step | ( | ) | [inline] |
Definition at line 527 of file buffers_test.cpp.
Definition at line 519 of file buffers_test.cpp.
Definition at line 520 of file buffers_test.cpp.
int LLFWorker::i |
Definition at line 518 of file buffers_test.cpp.
Definition at line 517 of file buffers_test.cpp.
volatile bool LLFWorker::stop |
Definition at line 515 of file buffers_test.cpp.