#include <NullMutex.h>
Inheritance diagram for ZThread::NullMutex::
Public Methods | |
NullMutex () throw (Synchronization_Exception) | |
virtual | ~NullMutex () throw () |
virtual void | acquire () throw (Synchronization_Exception) |
virtual bool | tryAcquire (unsigned long) throw (Synchronization_Exception) |
virtual void | release () throw (Synchronization_Exception) |
|
Allocate a new mutex
|
|
Destroy this Mutex object |
|
Null implementation
Reimplemented from ZThread::Lockable. |
|
Null implementation
Reimplemented from ZThread::Lockable. |
|
Null implementation
Reimplemented from ZThread::Lockable. |