|
DABC (Data Acquisition Backbone Core)
2.9.9
|
Pointer on posix pthread mutex More...
#include <dabc/threads.h>
Public Member Functions | |
| void | clear () |
| bool | IsLocked () |
| void | Lock () |
| MutexPtr (const Mutex &mutex) | |
| MutexPtr (const Mutex *mutex) | |
| MutexPtr (const MutexPtr &src) | |
| MutexPtr (pthread_mutex_t &mutex) | |
| MutexPtr (pthread_mutex_t *mutex) | |
| bool | null () const |
| bool | TryLock () |
| void | Unlock () |
| ~MutexPtr () | |
Protected Attributes | |
| pthread_mutex_t * | fMutex |
| bool dabc::MutexPtr::TryLock | ( | ) |
Definition at line 73 of file threads.cxx.
| bool dabc::MutexPtr::IsLocked | ( | ) |
Definition at line 79 of file threads.cxx.