GRPC C++  1.39.1
Public Member Functions
grpc_core::CondVar Class Reference

#include <sync.h>

Public Member Functions

 CondVar ()
 
 ~CondVar ()
 
 CondVar (const CondVar &)=delete
 
CondVaroperator= (const CondVar &)=delete
 
void Signal ()
 
void SignalAll ()
 
void Wait (Mutex *mu)
 
bool WaitWithTimeout (Mutex *mu, absl::Duration timeout)
 
bool WaitWithDeadline (Mutex *mu, absl::Time deadline)
 

Constructor & Destructor Documentation

◆ CondVar() [1/2]

grpc_core::CondVar::CondVar ( )
inline

◆ ~CondVar()

grpc_core::CondVar::~CondVar ( )
inline

◆ CondVar() [2/2]

grpc_core::CondVar::CondVar ( const CondVar )
delete

Member Function Documentation

◆ operator=()

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

◆ Signal()

void grpc_core::CondVar::Signal ( )
inline

◆ SignalAll()

void grpc_core::CondVar::SignalAll ( )
inline

◆ Wait()

void grpc_core::CondVar::Wait ( Mutex mu)
inline

◆ WaitWithDeadline()

bool grpc_core::CondVar::WaitWithDeadline ( Mutex mu,
absl::Time  deadline 
)
inline

◆ WaitWithTimeout()

bool grpc_core::CondVar::WaitWithTimeout ( Mutex mu,
absl::Duration  timeout 
)
inline

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