#include <DoBaseI.h>
Inherited by MutexC.
List of all members.
|
Public Member Functions |
|
Interface members
|
virtual bool docall | Lock ()=0 |
virtual bool docall | Unlock ()=0 |
virtual bool docall | TryLock () |
Detailed Description
Interface to a mutex object Assumption: a recursive mutex (can be locked several times by same thread)
- See also:
- MutexLocker
The documentation for this class was generated from the following file: