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