Lock guard for posix mutex.
More...
#include <dabc/threads.h>
Lock guard for posix mutex.
Definition at line 127 of file threads.h.
◆ LockGuard() [1/8]
dabc::LockGuard::LockGuard |
( |
pthread_mutex_t & |
mutex | ) |
|
|
inline |
◆ LockGuard() [2/8]
dabc::LockGuard::LockGuard |
( |
pthread_mutex_t * |
mutex | ) |
|
|
inline |
◆ LockGuard() [3/8]
dabc::LockGuard::LockGuard |
( |
const Mutex & |
mutex | ) |
|
|
inline |
◆ LockGuard() [4/8]
dabc::LockGuard::LockGuard |
( |
const Mutex * |
mutex | ) |
|
|
inline |
◆ LockGuard() [5/8]
dabc::LockGuard::LockGuard |
( |
pthread_mutex_t & |
mutex, |
|
|
bool |
|
|
) |
| |
|
inline |
◆ LockGuard() [6/8]
dabc::LockGuard::LockGuard |
( |
pthread_mutex_t * |
mutex, |
|
|
bool |
|
|
) |
| |
|
inline |
◆ LockGuard() [7/8]
dabc::LockGuard::LockGuard |
( |
const Mutex & |
mutex, |
|
|
bool |
|
|
) |
| |
|
inline |
◆ LockGuard() [8/8]
dabc::LockGuard::LockGuard |
( |
const Mutex * |
mutex, |
|
|
bool |
|
|
) |
| |
|
inline |
◆ ~LockGuard()
dabc::LockGuard::~LockGuard |
( |
| ) |
|
|
inline |
◆ TryingLock()
bool dabc::LockGuard::TryingLock |
( |
| ) |
|
|
inline |
◆ fMutex
The documentation for this class was generated from the following file: