|
CommonLibSSE (Parapets fork)
|
#include <GAtomic.h>
Classes | |
| class | Locker |
Public Member Functions | |
| GLock (std::uint32_t a_spinCount=0) | |
| ~GLock () | |
| void | operator delete (void *)=delete |
| void | Lock () |
| void | Unlock () |
Public Attributes | |
| WinAPI::CRITICAL_SECTION | cs |
| RE::GLock::GLock | ( | std::uint32_t | a_spinCount = 0 | ) |
| RE::GLock::~GLock | ( | ) |
| void RE::GLock::Lock | ( | ) |
|
delete |
| void RE::GLock::Unlock | ( | ) |
| WinAPI::CRITICAL_SECTION RE::GLock::cs |