GRPC Core  9.0.0
Public Member Functions
grpc_core::Mutex Class Reference

#include <sync.h>

Public Member Functions

 Mutex ()
 
 ~Mutex ()
 
 Mutex (const Mutex &)=delete
 
Mutexoperator= (const Mutex &)=delete
 
gpr_muget ()
 
const gpr_muget () const
 

Constructor & Destructor Documentation

◆ Mutex() [1/2]

grpc_core::Mutex::Mutex ( )
inline

◆ ~Mutex()

grpc_core::Mutex::~Mutex ( )
inline

◆ Mutex() [2/2]

grpc_core::Mutex::Mutex ( const Mutex )
delete

Member Function Documentation

◆ get() [1/2]

gpr_mu* grpc_core::Mutex::get ( )
inline

◆ get() [2/2]

const gpr_mu* grpc_core::Mutex::get ( ) const
inline

◆ operator=()

Mutex& grpc_core::Mutex::operator= ( const Mutex )
delete

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