Account
| LibTmsApi 2.3.0 |
BStringMutex Class Reference
#include <BStringLocked.h>
Inheritance diagram for BStringMutex:
Public Member Functions | |
| BStringMutex () | |
Public Member Functions inherited from BMutex | |
| BMutex (Type type=Normal) | |
| BMutex (const BMutex &mutex) | |
| ~BMutex () | |
| int | lock () |
| Set lock, wait as necessary. | |
| int | timedLock (int timeoutUs) |
| Set lock, wait as necessary but timeout after given time. | |
| int | unlock () |
| Unlock the lock. | |
| int | tryLock () |
| Test the lock. | |
| BMutex & | operator= (const BMutex &mutex) |
Additional Inherited Members | |
Public Types inherited from BMutex | |
| enum | Type { Normal , Recursive } |
Constructor & Destructor Documentation
◆ BStringMutex()
| inline |
The documentation for this class was generated from the following file:
- /src/cern/tms/tms/beam/libBeam/BStringLocked.h
Generated by

Public Member Functions inherited from