In file mutex.hxx:

(class_name) namespace vos class IMutex

IMutex interface

Inheritance:


Public Methods

virtual void acquire ()
Blocks if Mutex is already in use
virtual void release ()
releases the mutex.
virtual Boolean tryToAcquire ()
Tries to get the mutex without blocking

Documentation

IMutex interface
virtual void acquire()
Blocks if Mutex is already in use

virtual Boolean tryToAcquire()
Tries to get the mutex without blocking
Returns:
True if mutex could be obtained, otherwise False

virtual void release()
releases the mutex.


Direct child classes:
OThreadMutex
OSemaphore
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