#include <ts_gtest.h>
Inherits testing::internal::MutexBase.
Public Member Functions | |
| Mutex () | |
| ~Mutex () | |
| Mutex () | |
| void | Lock () |
| void | Unlock () |
| void | AssertHeld () const |
Public Attributes | |
| pthread_mutex_t | mutex_ |
| bool | has_owner_ |
| pthread_t | owner_ |
Reimplemented from testing::internal::MutexBase.
Reimplemented from testing::internal::MutexBase.
| void testing::internal::Mutex::AssertHeld | ( | ) | const |
Reimplemented from testing::internal::MutexBase.
pthread_mutex_t testing::internal::MutexBase::mutex_ [inherited] |
bool testing::internal::MutexBase::has_owner_ [inherited] |
pthread_t testing::internal::MutexBase::owner_ [inherited] |