#include <lockTest.h>
Public Member Functions | |
RecursiveLockThread (unique_lock< recursive_mutex > *lock) | |
void * | run () |
default run() method, which is intended to be overrided by subclass. |
test::RecursiveLockThread::RecursiveLockThread | ( | unique_lock< recursive_mutex > * | lock | ) | [inline] |
void* test::RecursiveLockThread::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.