|
ldas-tools-al 2.6.7
|
Public Member Functions | |
| impl (bool Logging) | |
| void | Lock (mode_type Mode, bool TryLock) |
| void | Lock (mode_type Mode, size_t Timeout) |
| bool | Logging () const |
| void | Unlock () |
| operator pthread_rwlock_t * () | |
| operator void * () | |
Public Attributes | |
| bool | logging |
Static Public Attributes | |
| static timespec_type | LockAcquisitionInterval |
Private Member Functions | |
| void | error (int Code) |
Private Attributes | |
| pthread_rwlock_t | handle |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
mutableprivate |
|
static |
| bool LDASTools::AL::ReadWriteLock::baton_type::impl::logging |