In file No file:

extern C typedef void* oslSemaphore

Semaphore Implements a counting semaphore (Dystra)

Documentation

Semaphore Implements a counting semaphore (Dystra).
The acquire() operation decreases the count, release() increases it. Acquire() will block when it tries to decrease the count below zero. E.g.: If the initial count is 1, the first acquire() will successeed, but the next one will block until release() has been called.
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