posix pthread mutex
More...
#include <dabc/threads.h>
posix pthread mutex
Definition at line 61 of file threads.h.
◆ Mutex()
dabc::Mutex::Mutex |
( |
bool |
recursive = false | ) |
|
◆ ~Mutex()
◆ Lock()
void dabc::Mutex::Lock |
( |
| ) |
|
|
inline |
◆ Unlock()
void dabc::Mutex::Unlock |
( |
| ) |
|
|
inline |
◆ TryLock()
bool dabc::Mutex::TryLock |
( |
| ) |
|
◆ IsLocked()
bool dabc::Mutex::IsLocked |
( |
| ) |
|
◆ LockGuard
◆ UnlockGuard
◆ Condition
◆ MutexPtr
◆ fMutex
pthread_mutex_t dabc::Mutex::fMutex |
|
protected |
The documentation for this class was generated from the following files: