#include <gtest-port.h>
Public Member Functions | |
void | AssertHeld () const |
void | Lock () |
Mutex () | |
void | Unlock () |
Definition at line 2078 of file gtest-port.h.
testing::internal::Mutex::Mutex | ( | ) | [inline] |
Definition at line 2080 of file gtest-port.h.
void testing::internal::Mutex::AssertHeld | ( | ) | const [inline] |
Definition at line 2083 of file gtest-port.h.
void testing::internal::Mutex::Lock | ( | ) | [inline] |
Definition at line 2081 of file gtest-port.h.
void testing::internal::Mutex::Unlock | ( | ) | [inline] |
Definition at line 2082 of file gtest-port.h.