Loading [MathJax]/extensions/tex2jax.js
v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 2136 of file gtest-port.h.

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

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

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

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

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

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


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