Public Member Functions | Static Public Member Functions | List of all members
SemaphoreDummy Class Reference
Inheritance diagram for SemaphoreDummy:
Semaphore

Public Member Functions

virtual Error wait ()
 wait until semaphore has positive value, then decrement and pass
 
virtual Error post ()
 unlock the semaphore, incrementing the value
 
virtual int get () const
 get semaphore value
 

Static Public Member Functions

static void make_default ()
 get semaphore value
 
- Static Public Member Functions inherited from Semaphore
static Semaphorecreate ()
 Create a mutex.
 

Additional Inherited Members

- Static Protected Attributes inherited from Semaphore
static Semaphore *(* create_func )()
 

The documentation for this class was generated from the following files: