TrinityCore
|
#include <common.h>
Public Member Functions | |
Mutex () | |
~Mutex () | |
void | Lock () |
void | Unlock () |
void | AssertHeld () |
Private Member Functions | |
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (Mutex) | |
Private Attributes | |
Internal * | mInternal |
void google::protobuf::internal::Mutex::AssertHeld | ( | ) |
|
private |
void google::protobuf::internal::Mutex::Lock | ( | ) |
void google::protobuf::internal::Mutex::Unlock | ( | ) |
|
private |