BDS Public
Beamlib 3.3.4
This is the Beam C++ class library.
Loading...
Searching...
No Matches
BMutex.h File Reference
#include <pthread.h>

Go to the source code of this file.

Classes

class  BMutex
 Mutex class. Note these are recursive Mutexes and so you need to make sure the number of unlocks equals the number of locks. More...
 
class  BMutexLock
 Mutex class that removes the lock on deletion and so is useful to lock data in a function call. More...