#include <ClassLockable.h>
Inheritance diagram for ZThread::ClassLockable< ClassType, LockType >:

Public Member Functions | |
| ClassLockable () | |
| Create a ClassLockable. | |
| virtual void | acquire () |
| acquire() the ClassLockable | |
| virtual bool | tryAcquire (unsigned long timeout) |
| tryAcquire() the ClassLockable | |
| virtual void | release () |
| release() the ClassLockable | |
1.4.7