CLAM-Development
1.4.0
|
#include <Mutex.hxx>
Classes | |
struct | ConditionVar |
Public Types | |
typedef Hidden::ScopedLock < TryMutex > | ScopedLock |
typedef Hidden::ScopedTryLock < TryMutex > | ScopedTryLock |
Public Member Functions | |
TryMutex () | |
~TryMutex () |
Friends | |
class | Hidden::LockOps< TryMutex > |
CLAM::TryMutex::TryMutex | ( | ) |
Definition at line 82 of file Mutex.cxx.
References CLAM_ASSERT.
CLAM::TryMutex::~TryMutex | ( | ) |
Definition at line 92 of file Mutex.cxx.
References CLAM_ASSERT.
|
friend |