All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HSEP::SharedMutex Class Reference

Defines a type of mutex that can be used inside a Shared Memory area. More...

#include <Mutex.h>

+ Inheritance diagram for HSEP::SharedMutex:
+ Collaboration diagram for HSEP::SharedMutex:

Public Member Functions

 SharedMutex ()
 
- Public Member Functions inherited from HSEP::Mutex
 Mutex (bool pShared=false)
 Creates a concurrent synchronization Mutex.
 
 ~Mutex ()
 
void acquire ()
 Acquires the mutex to enter a critical region.
 
void release ()
 Releases the mutex to permit others to enter a critical region.
 

Detailed Description

Defines a type of mutex that can be used inside a Shared Memory area.

Definition at line 76 of file Mutex.h.

Constructor & Destructor Documentation

HSEP::SharedMutex::SharedMutex ( )
inline

Definition at line 78 of file Mutex.h.


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