blocxx
|
#include <RWLocker.hpp>
Public Member Functions | |
ReadLock (RWLocker &locker, const Timeout &timeout) | |
ReadLock (RWLocker &locker, UInt32 sTimeout, UInt32 usTimeout=0) BLOCXX_DEPRECATED | |
~ReadLock () | |
void | lock (const Timeout &timeout) |
BLOCXX_DEPRECATED void | lock (UInt32 sTimeout, UInt32 usTimeout=0) |
void | release () |
Private Member Functions | |
ReadLock (const ReadLock &) | |
ReadLock & | operator= (const ReadLock &) |
Private Attributes | |
RWLocker * | m_locker |
bool | m_released |
Definition at line 97 of file RWLocker.hpp.
Definition at line 100 of file RWLocker.hpp.
References m_locker, and m_released.
Referenced by operator=(), ReadLock(), and ~ReadLock().
|
inline |
Definition at line 144 of file RWLocker.hpp.
References m_locker, m_released, and BLOCXX_NAMESPACE::Timeout::relative().
|
inline |
Definition at line 107 of file RWLocker.hpp.
References ReadLock(), and release().
|
private |
References ReadLock().
|
inline |
Definition at line 111 of file RWLocker.hpp.
References m_locker, and m_released.
|
inline |
Definition at line 119 of file RWLocker.hpp.
References m_locker, m_released, and BLOCXX_NAMESPACE::Timeout::relative().
References ReadLock().
|
inline |
Definition at line 127 of file RWLocker.hpp.
References m_locker, and m_released.
Referenced by ~ReadLock().
|
private |
Definition at line 136 of file RWLocker.hpp.
Referenced by lock(), lock(), ReadLock(), ReadLock(), and release().
|
private |
Definition at line 137 of file RWLocker.hpp.
Referenced by lock(), lock(), ReadLock(), ReadLock(), and release().