#include <test_stack.h>
Public Member Functions | |
ThreadPush (TestType *s, StackTest< TestType, ParaType, CLASS_NAME > *tc, int nElement, int nOperation, int threadId=0) | |
void * | run () |
default run() method, which is intended to be overrided by subclass. |
test::ThreadPush< TestType, ParaType, CLASS_NAME >::ThreadPush | ( | TestType * | s, | |
StackTest< TestType, ParaType, CLASS_NAME > * | tc, | |||
int | nElement, | |||
int | nOperation, | |||
int | threadId = 0 | |||
) | [inline] |
void* test::ThreadPush< TestType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.