#include <ut_CriticalSection.h>
◆ CriticalSection()
| nw::ut::CriticalSection::CriticalSection |
( |
| ) |
|
|
inline |
◆ ~CriticalSection()
| nw::ut::CriticalSection::~CriticalSection |
( |
| ) |
|
|
inline |
◆ Enter()
| void nw::ut::CriticalSection::Enter |
( |
| ) |
|
|
inline |
◆ TryEnter()
| bool nw::ut::CriticalSection::TryEnter |
( |
| ) |
|
|
inline |
◆ Leave()
| void nw::ut::CriticalSection::Leave |
( |
| ) |
|
|
inline |
◆ Lock()
| void nw::ut::CriticalSection::Lock |
( |
| ) |
|
|
inline |
◆ TryLock()
| bool nw::ut::CriticalSection::TryLock |
( |
| ) |
|
|
inline |
◆ Unlock()
| void nw::ut::CriticalSection::Unlock |
( |
| ) |
|
|
inline |
◆ m_Mutex