Getting Started
Programming Guide
API Reference
The HMutexOOC class represents a mutex.
Public Functions
Creates an unlocked mutex.
Locks the mutex.
Unlocks the mutex.
LockGuard locks a HMutexOOC instance until the LockGuard is destructed.
Locks the input mutex.
mutex – The mutex to lock for the lifetime of LockGuard.
Unlocks the mutex locked by the LockGuard constructor.