#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 |
◆ operator=()
◆ 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: