proxygen
testing::internal::Mutex Class Reference

#include <gtest-port.h>

Public Member Functions

 Mutex ()
 
void Lock ()
 
void Unlock ()
 
void AssertHeld () const
 
 Mutex ()
 
void Lock ()
 
void Unlock ()
 
void AssertHeld () const
 
 Mutex ()
 
void Lock ()
 
void Unlock ()
 
void AssertHeld () const
 

Detailed Description

Definition at line 2136 of file gtest-port.h.

Constructor & Destructor Documentation

testing::internal::Mutex::Mutex ( )
inline

Definition at line 2138 of file gtest-port.h.

Referenced by testing::internal::GetThreadCount().

2138 {}
testing::internal::Mutex::Mutex ( )
inline

Definition at line 2138 of file gtest-port.h.

2138 {}
testing::internal::Mutex::Mutex ( )
inline

Definition at line 2138 of file gtest-port.h.

2138 {}

Member Function Documentation

void testing::internal::Mutex::AssertHeld ( ) const
inline
void testing::internal::Mutex::AssertHeld ( ) const
inline

Definition at line 2141 of file gtest-port.h.

2141 {}
void testing::internal::Mutex::AssertHeld ( ) const
inline

Definition at line 2141 of file gtest-port.h.

2141 {}
void testing::internal::Mutex::Lock ( )
inline

Definition at line 2139 of file gtest-port.h.

2139 {}
void testing::internal::Mutex::Lock ( )
inline

Definition at line 2139 of file gtest-port.h.

2139 {}
void testing::internal::Mutex::Lock ( )
inline
void testing::internal::Mutex::Unlock ( )
inline
void testing::internal::Mutex::Unlock ( )
inline

Definition at line 2140 of file gtest-port.h.

2140 {}
void testing::internal::Mutex::Unlock ( )
inline

Definition at line 2140 of file gtest-port.h.

2140 {}

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