Account
Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BMutex.h
Go to the documentation of this file.
Mutex class that removes the lock on deletion and so is useful to lock data in a function call.
Definition BMutex.h:33
Mutex class. Note these are recursive Mutexes and so you need to make sure the number of unlocks equa...
Definition BMutex.h:14
int timedLock(int timeoutUs)
Set lock, wait as necessary but timeout after given time.
Definition BMutex.cpp:89
Generated by