Beamlib 3.1.2
This is the Beam C++ class library.
|
#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... | |