#include <test_list.h>
Public Member Functions | |
ThreadPush_front (ListType *l, ListTest< ListType, ParaType, CLASS_NAME > *lt, int nElement, int nOperation, int threadId=0) | |
void * | run () |
default run() method, which is intended to be overrided by subclass. |
test::ThreadPush_front< ListType, ParaType, CLASS_NAME >::ThreadPush_front | ( | ListType * | l, | |
ListTest< ListType, ParaType, CLASS_NAME > * | lt, | |||
int | nElement, | |||
int | nOperation, | |||
int | threadId = 0 | |||
) | [inline] |
void* test::ThreadPush_front< ListType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.