Public Member Functions | |
AQWorker (T *l) | |
bool | breakLoop () |
void | finalize () |
bool | initialize () |
void | step () |
~AQWorker () | |
Public Attributes | |
int | appends |
int | erases |
T * | mlst |
Dummy * | orig |
bool | stop |
Static Public Attributes | |
static os::Mutex | m |
A Worker Reads and writes the queue.
Definition at line 878 of file buffers_test.cpp.
Definition at line 886 of file buffers_test.cpp.
Definition at line 889 of file buffers_test.cpp.
|
inline |
Definition at line 915 of file buffers_test.cpp.
|
inline |
Definition at line 913 of file buffers_test.cpp.
|
inline |
Definition at line 892 of file buffers_test.cpp.
|
inline |
Definition at line 896 of file buffers_test.cpp.
int AQWorker< T >::appends |
Definition at line 883 of file buffers_test.cpp.
int AQWorker< T >::erases |
Definition at line 884 of file buffers_test.cpp.
Definition at line 880 of file buffers_test.cpp.
T* AQWorker< T >::mlst |
Definition at line 882 of file buffers_test.cpp.
Definition at line 885 of file buffers_test.cpp.
bool AQWorker< T >::stop |
Definition at line 881 of file buffers_test.cpp.