#include <ts_gtest.h>
Inherited by testing::internal::Mutex.
Public Member Functions | |
void | Lock () |
void | Unlock () |
void | AssertHeld () const |
Public Attributes | |
pthread_mutex_t | mutex_ |
bool | has_owner_ |
pthread_t | owner_ |
void testing::internal::MutexBase::Lock | ( | ) |
void testing::internal::MutexBase::Unlock | ( | ) |
void testing::internal::MutexBase::AssertHeld | ( | ) | const |
pthread_mutex_t testing::internal::MutexBase::mutex_ |
bool testing::internal::MutexBase::has_owner_ |
pthread_t testing::internal::MutexBase::owner_ |