A simple encapsulation of pthread mutexes. More...
#include <Robots/LoBot/thread/LoMutex.H>
Public Member Functions | |
Mutex () | |
Default constructor: sets up the pthread mutex object. | |
~Mutex () | |
Clean-up. | |
void | acquire () |
Mutex acquisition and release. | |
void | release () |
void | lock () |
void | unlock () |
A simple encapsulation of pthread mutexes.
Definition at line 67 of file LoMutex.H.
lobot::Mutex::Mutex | ( | ) |
void lobot::Mutex::acquire | ( | ) |
Mutex acquisition and release.
Definition at line 115 of file LoMutex.C.
Referenced by lobot::AutoMutex::AutoMutex(), and lobot::Drawable::viz_lock().