#include <sync.h>
◆ CondVar() [1/2]
grpc_core::CondVar::CondVar |
( |
| ) |
|
|
inline |
◆ ~CondVar()
grpc_core::CondVar::~CondVar |
( |
| ) |
|
|
inline |
◆ CondVar() [2/2]
grpc_core::CondVar::CondVar |
( |
const CondVar & |
| ) |
|
|
delete |
◆ Broadcast()
void grpc_core::CondVar::Broadcast |
( |
| ) |
|
|
inline |
◆ operator=()
◆ Signal()
void grpc_core::CondVar::Signal |
( |
| ) |
|
|
inline |
◆ Wait() [1/2]
int grpc_core::CondVar::Wait |
( |
Mutex * |
mu | ) |
|
|
inline |
◆ Wait() [2/2]
◆ WaitUntil()
template<typename Predicate >
void grpc_core::CondVar::WaitUntil |
( |
Mutex * |
mu, |
|
|
Predicate |
pred |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: