Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
testing::internal::Mutex Class Reference

#include <gtest-port.h>

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Mutex()

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

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

1863 {}

Member Function Documentation

◆ AssertHeld()

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

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

1866 {}

◆ Lock()

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

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

1864 {}

◆ Unlock()

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

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

1865 {}

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