#include <CriticalSection.h>
Gardian of block Simple and Secure CriticalSection or Mutex blocker Lock is set by constructor and released by destructor.
Lock a critical section by reference
- Parameters
-
Lock a critical section by pointer
- Parameters
-
commore::Lock::Lock |
( |
Mutex & |
mtx | ) |
|
|
inline |
Lock a mutex by reference
- Parameters
-
commore::Lock::Lock |
( |
Mutex * |
mtx | ) |
|
|
inline |
Lock a mutex by pointer
- Parameters
-
Release critial section or mutex
The documentation for this class was generated from the following file: