#include <test_bdeque.h>
Public Member Functions | |
Thread4Dir (DequeType *q, BDequeTest< DequeType, ParaType, CLASS_NAME > *qt, int nOperation) | |
void * | run () |
default run() method, which is intended to be overrided by subclass. | |
Thread4Dir (CounterType *q, CounterTest< CounterType, ParaType, CLASS_NAME > *qt, int nOperation) | |
void * | run () |
default run() method, which is intended to be overrided by subclass. | |
Thread4Dir (DequeType *q, DequeTest< DequeType, ParaType, CLASS_NAME > *qt, int nElement, int nOperation) | |
void * | run () |
default run() method, which is intended to be overrided by subclass. | |
Static Public Member Functions | |
static ParaType | getChecksum () |
static ParaType | getChecksum () |
Static Public Attributes | |
static atomic< ParaType > | checksum |
test::Thread4Dir< DequeType, ParaType, CLASS_NAME >::Thread4Dir | ( | DequeType * | q, | |
BDequeTest< DequeType, ParaType, CLASS_NAME > * | qt, | |||
int | nOperation | |||
) | [inline] |
test::Thread4Dir< DequeType, ParaType, CLASS_NAME >::Thread4Dir | ( | CounterType * | q, | |
CounterTest< CounterType, ParaType, CLASS_NAME > * | qt, | |||
int | nOperation | |||
) | [inline] |
test::Thread4Dir< DequeType, ParaType, CLASS_NAME >::Thread4Dir | ( | DequeType * | q, | |
DequeTest< DequeType, ParaType, CLASS_NAME > * | qt, | |||
int | nElement, | |||
int | nOperation | |||
) | [inline] |
static ParaType test::Thread4Dir< DequeType, ParaType, CLASS_NAME >::getChecksum | ( | ) | [inline, static] |
void* test::Thread4Dir< DequeType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.
void* test::Thread4Dir< DequeType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.
static ParaType test::Thread4Dir< DequeType, ParaType, CLASS_NAME >::getChecksum | ( | ) | [inline, static] |
void* test::Thread4Dir< DequeType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.
atomic< ParaType > test::Thread4Dir< DequeType, ParaType, CLASS_NAME >::checksum [inline, static] |