CLAM-Development
1.4.0
|
#include <Lock.hxx>
Public Types | |
typedef MutexType::ConditionVar | LockState |
Static Public Member Functions | |
static void | Lock (MutexType &m) |
static bool | TryLock (MutexType &m) |
static bool | TimedLock (MutexType &m, const xtime &xt) |
static void | Unlock (MutexType &m) |
static void | Lock (MutexType &m, LockState &state) |
static void | Unlock (MutexType &m, LockState &state) |
typedef MutexType::ConditionVar CLAM::Hidden::LockOps< MutexType >::LockState |
|
inlinestatic |
Definition at line 46 of file Lock.hxx.
Referenced by CLAM::PortMonitor< TheDataType, ThePortType >::FreezeAndGetData().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 58 of file Lock.hxx.
Referenced by CLAM::PortMonitor< TheDataType, ThePortType >::UnfreezeData().
|
inlinestatic |