Public Member Functions | |
| AQGrower (T *l) | |
| bool | breakLoop () |
| void | finalize () |
| bool | initialize () |
| void | step () |
| ~AQGrower () | |
Public Attributes | |
| int | appends |
| T * | mlst |
| Dummy * | orig |
| volatile bool | stop |
A grower stresses the 'overrun' case by flooding the queue.
Definition at line 297 of file buffers_test.cpp.
Definition at line 303 of file buffers_test.cpp.
Definition at line 306 of file buffers_test.cpp.
| bool AQGrower< T >::breakLoop | ( | ) | [inline] |
Definition at line 325 of file buffers_test.cpp.
| void AQGrower< T >::finalize | ( | ) | [inline] |
Definition at line 323 of file buffers_test.cpp.
| bool AQGrower< T >::initialize | ( | ) | [inline] |
Definition at line 309 of file buffers_test.cpp.
| void AQGrower< T >::step | ( | ) | [inline] |
Definition at line 313 of file buffers_test.cpp.
Definition at line 301 of file buffers_test.cpp.
Definition at line 300 of file buffers_test.cpp.
Definition at line 302 of file buffers_test.cpp.
Definition at line 299 of file buffers_test.cpp.