GRPC C++  1.30.0
Public Member Functions
grpc::internal::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::internal::Mutex::Mutex ( )
inline

◆ ~Mutex()

grpc::internal::Mutex::~Mutex ( )
inline

◆ Mutex() [2/2]

grpc::internal::Mutex::Mutex ( const Mutex )
delete

Member Function Documentation

◆ get() [1/2]

gpr_mu* grpc::internal::Mutex::get ( )
inline

◆ get() [2/2]

const gpr_mu* grpc::internal::Mutex::get ( ) const
inline

◆ operator=()

Mutex& grpc::internal::Mutex::operator= ( const Mutex )
delete

Field Documentation

◆ do_not_use_sth_

std::mutex grpc::internal::Mutex::do_not_use_sth_

◆ mu_

gpr_mu grpc::internal::Mutex::mu_

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