Electroneum
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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Mutex() [1/2]

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

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

2138 {}

◆ Mutex() [2/2]

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

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

2136 {}

Member Function Documentation

◆ AssertHeld() [1/2]

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

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

2139 {}

◆ AssertHeld() [2/2]

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

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

2141 {}

◆ Lock() [1/2]

void testing::internal::Mutex::Lock ( )
inline

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

2137 {}

◆ Lock() [2/2]

void testing::internal::Mutex::Lock ( )
inline

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

2139 {}

◆ Unlock() [1/2]

void testing::internal::Mutex::Unlock ( )
inline

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

2138 {}

◆ Unlock() [2/2]

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: