PriorityMutex Class Reference
#include <PriorityMutex.h>
Inheritance diagram for PriorityMutex:
Public Member Functions | |
PriorityMutex () | |
virtual | ~PriorityMutex () |
virtual void | acquire () |
virtual bool | tryAcquire (unsigned long timeout) |
virtual void | release () |
Detailed Description
- Author:
- Eric Crahen <http://www.code-foo.com>
- Date:
- <2003-07-16T17:35:46-0400>
- Version:
- 2.2.1
- See also:
- Mutex
Threads competing to acquire() a Mutex are granted access in order of priority. Threads with a higher priority will be given access first.
Constructor & Destructor Documentation
|
|
|
|
Member Function Documentation
|
Implements Lockable. |
|
Implements Lockable. |
|
Implements Lockable. |
The documentation for this class was generated from the following file:
- PriorityMutex.h