#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_ |
Reimplemented in testing::internal::Mutex.
Reimplemented in testing::internal::Mutex.
| void testing::internal::MutexBase::AssertHeld | ( | ) | const |
Reimplemented in testing::internal::Mutex.
| pthread_mutex_t testing::internal::MutexBase::mutex_ |
| pthread_t testing::internal::MutexBase::owner_ |