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

Defines an ExclusiveScope that works directly on a basic pthread_mutex_t POSIX structure. More...

#include <POSIX_Mutex.h>

Public Member Functions

 PosixExclusiveScope (pthread_mutex_t *pMutex)
 
 ~PosixExclusiveScope ()
 

Detailed Description

Defines an ExclusiveScope that works directly on a basic pthread_mutex_t POSIX structure.

See Also
ExclusiveScope

Definition at line 70 of file POSIX_Mutex.h.

Constructor & Destructor Documentation

HSEP::PosixExclusiveScope::PosixExclusiveScope ( pthread_mutex_t *  pMutex)

Definition at line 51 of file POSIX_Mutex.cpp.

HSEP::PosixExclusiveScope::~PosixExclusiveScope ( )

Definition at line 55 of file POSIX_Mutex.cpp.


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