Wrapper for a CRITICAL_SECTION, backend for the Mutex class.
More...
#include <CriticalSection.hxx>
Wrapper for a CRITICAL_SECTION, backend for the Mutex class.
Definition at line 38 of file CriticalSection.hxx.
◆ CriticalSection() [1/2]
CriticalSection::CriticalSection |
( |
| ) |
|
|
inline |
◆ ~CriticalSection()
CriticalSection::~CriticalSection |
( |
| ) |
|
|
inline |
◆ CriticalSection() [2/2]
◆ lock()
void CriticalSection::lock |
( |
| ) |
|
|
inline |
◆ operator=()
◆ try_lock()
bool CriticalSection::try_lock |
( |
| ) |
|
|
inline |
◆ unlock()
void CriticalSection::unlock |
( |
| ) |
|
|
inline |
◆ WindowsCond
The documentation for this class was generated from the following file: