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 182 of file buffers_test.cpp.
| typedef ListLockFree<Dummy> LLFWorker::T |
Definition at line 185 of file buffers_test.cpp.
| LLFWorker::LLFWorker | ( | T * | l | ) | [inline] |
Definition at line 190 of file buffers_test.cpp.
| bool LLFWorker::breakLoop | ( | ) | [inline] |
Definition at line 208 of file buffers_test.cpp.
| void LLFWorker::finalize | ( | ) | [inline] |
Definition at line 206 of file buffers_test.cpp.
| bool LLFWorker::initialize | ( | ) | [inline] |
Definition at line 191 of file buffers_test.cpp.
| void LLFWorker::step | ( | ) | [inline] |
Definition at line 196 of file buffers_test.cpp.
Definition at line 188 of file buffers_test.cpp.
Definition at line 189 of file buffers_test.cpp.
| int LLFWorker::i |
Definition at line 187 of file buffers_test.cpp.
Definition at line 186 of file buffers_test.cpp.
| volatile bool LLFWorker::stop |
Definition at line 184 of file buffers_test.cpp.