Public Member Functions | Public Attributes | List of all members
testing::internal::MutexBase Class Reference

#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_
 

Member Function Documentation

void testing::internal::MutexBase::Lock ( )
void testing::internal::MutexBase::Unlock ( )
void testing::internal::MutexBase::AssertHeld ( ) const

Member Data Documentation

pthread_mutex_t testing::internal::MutexBase::mutex_
bool testing::internal::MutexBase::has_owner_
pthread_t testing::internal::MutexBase::owner_

The documentation for this class was generated from the following file: