#include <mutex.h>
wibble::sys::Condition::Condition |
( |
) | |
|
|
inline |
wibble::sys::Condition::Condition |
( |
const Condition & |
) | |
|
|
inline |
wibble::sys::Condition::~Condition |
( |
) | |
|
|
inline |
void wibble::sys::Condition::broadcast |
( |
) | |
|
|
inline |
Wake up all processes waiting on the condition.
void wibble::sys::Condition::signal |
( |
) | |
|
|
inline |
Wake up one process waiting on the condition.
void wibble::sys::Condition::wait |
( |
MutexLock & |
l) | |
|
|
inline |
void wibble::sys::Condition::wait |
( |
Mutex & |
l) | |
|
|
inline |
The documentation for this class was generated from the following file: