LibTmsApi
2.0.0
|
#include <BStringLocked.h>
Public Member Functions | |
BStringMutex () | |
![]() | |
BMutex (Type type=Normal) | |
BMutex (const BMutex &mutex) | |
~BMutex () | |
int | lock () |
Set lock, wait as necessary. More... | |
int | timedLock (int timeoutUs) |
Set lock, wait as necessary but timeout after given time. More... | |
int | unlock () |
Unlock the lock. More... | |
int | tryLock () |
Test the lock. More... | |
BMutex & | operator= (const BMutex &mutex) |
Additional Inherited Members | |
![]() | |
enum | Type { Normal, Recursive } |
|
inline |