DDraceNetwork Docs
|
#include <lock.h>
Public Member Functions | |
CLock ()=default | |
void | lock () |
void | unlock () |
const CLock & | operator! () const |
Private Attributes | |
std::mutex | m_Mutex |
Wrapper for std::mutex
.
std::mutex
except when explicitly using libc++.
|
default |
|
inline |
|
inline |
|
inline |
|
private |