Public Member Functions | Public Attributes
testing::internal::Mutex Class Reference

#include <ts_gtest.h>

Inherits testing::internal::MutexBase.

List of all members.

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_

Constructor & Destructor Documentation


Member Function Documentation

Reimplemented from testing::internal::MutexBase.

Reimplemented from testing::internal::MutexBase.

Reimplemented from testing::internal::MutexBase.


Member Data Documentation

pthread_mutex_t testing::internal::MutexBase::mutex_ [inherited]
pthread_t testing::internal::MutexBase::owner_ [inherited]

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