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