![]() |
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 () | |
Defines an ExclusiveScope that works directly on a basic pthread_mutex_t POSIX structure.
Definition at line 70 of file POSIX_Mutex.h.
| 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.