$search
#include <vlrMutex.h>
Public Member Functions | |
| void | lock () |
| Mutex () | |
| void | unlock () |
| ~Mutex () | |
Public Attributes | |
| pthread_mutex_t | mutex_ |
Definition at line 43 of file vlrMutex.h.
| vlr::Mutex::Mutex | ( | ) | [inline] |
Definition at line 45 of file vlrMutex.h.
| vlr::Mutex::~Mutex | ( | ) | [inline] |
Definition at line 46 of file vlrMutex.h.
| void vlr::Mutex::lock | ( | void | ) | [inline] |
Definition at line 47 of file vlrMutex.h.
| void vlr::Mutex::unlock | ( | ) | [inline] |
Definition at line 48 of file vlrMutex.h.
| pthread_mutex_t vlr::Mutex::mutex_ |
Definition at line 52 of file vlrMutex.h.