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 814 of file buffers_test.cpp.
typedef ListLockFree<Dummy> LLFWorker::T |
Definition at line 817 of file buffers_test.cpp.
|
inline |
Definition at line 822 of file buffers_test.cpp.
|
inline |
Definition at line 840 of file buffers_test.cpp.
|
inline |
Definition at line 838 of file buffers_test.cpp.
|
inline |
Definition at line 823 of file buffers_test.cpp.
|
inline |
Definition at line 828 of file buffers_test.cpp.
int LLFWorker::appends |
Definition at line 820 of file buffers_test.cpp.
int LLFWorker::erases |
Definition at line 821 of file buffers_test.cpp.
int LLFWorker::i |
Definition at line 819 of file buffers_test.cpp.
T* LLFWorker::mlst |
Definition at line 818 of file buffers_test.cpp.
volatile bool LLFWorker::stop |
Definition at line 816 of file buffers_test.cpp.