PriorityCondition Class Reference
#include <PriorityCondition.h>
Inheritance diagram for PriorityCondition:
Public Member Functions | |
PriorityCondition (Lockable &l) | |
~PriorityCondition () | |
void | signal () |
void | broadcast () |
virtual void | wait () |
virtual bool | wait (unsigned long timeout) |
Detailed Description
- Author:
- Eric Crahen <http://www.code-foo.com>
- Date:
- <2003-07-16T17:35:28-0400>
- Version:
- 2.2.1
- See also:
- Condition
Threads blocked on a PriorityCondition are resumed in priority order, highest priority first
Constructor & Destructor Documentation
|
|
|
|
Member Function Documentation
|
|
|
|
|
Implements Waitable. |
|
Implements Waitable. |
The documentation for this class was generated from the following file:
- PriorityCondition.h