#include <PtMutex.h>
Inherits ILockable.
Public Member Functions | |
PtMutex () throw (::std::exception) | |
virtual | ~PtMutex () throw (::std::exception) |
void | lock () throw (::std::exception) |
void | unlock () throw (::std::exception) |
bool | try_lock () throw (::std::exception) |
void | waitCond (PtCondition &cond) throw (::std::exception) |
|
|
|
|
|
Implements ILockable.
|
|
Implements ILockable.
|
|
Implements ILockable.
|
|
|