#include <trtmutex.h>
Inheritance diagram for trtMutex:
Public Member Functions | |
trtMutex (bool locked=false) | |
void | lock () |
void | unlock () |
Private Attributes | |
trtSemaphore | sema |
|
Definition at line 14 of file trtmutex.cc. |
|
Implements osMutex. Definition at line 18 of file trtmutex.cc. References sema, and trtSemaphore::wait(). |
|
Implements osMutex. Definition at line 23 of file trtmutex.cc. References sema, and trtSemaphore::signal(). |
|
Definition at line 28 of file trtmutex.h. |