In file No file:

oslSemaphore osl_createSemaphore (unsigned initialCount)

Creates a semaphore

Documentation

Creates a semaphore.
Returns:
0 if the semaphore could not be created, otherwise a handle to the sem.
Parameters:
InitialCount - denotes the starting value the semaphore. If you set it to zero, the first acquire() blocks. Otherwise InitialCount acquire()s are immedeatly successfull.

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