In file No file:

extern C typedef void* oslCondition

Condition Implements a thread-spanning condition

Documentation

Condition Implements a thread-spanning condition. If a condition-object is created, its initial condition is False. You can check the condition nonblocking with "check()" or "wait()" for it to become set (block the thread until condition becomes true).
The methods "set()" and "reset()" are used to change the conditions state. When you call "set()", ALL threads waiting on the condition will be unblocked.
Author:
Bernd Hofner
Version:
1.0

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de