#include <sync.h>
Public Member Functions | |
CondVar () | |
CondVar (const CondVar &)=delete | |
CondVar & | operator= (const CondVar &)=delete |
void | Signal () |
void | SignalAll () |
void | Wait (Mutex *mu) |
~CondVar () | |
Private Attributes | |
gpr_cv | cv_ |
Definition at line 124 of file include/grpcpp/impl/codegen/sync.h.
|
inline |
Definition at line 126 of file include/grpcpp/impl/codegen/sync.h.
|
inline |
Definition at line 127 of file include/grpcpp/impl/codegen/sync.h.
|
inline |
Definition at line 132 of file include/grpcpp/impl/codegen/sync.h.
|
inline |
Definition at line 133 of file include/grpcpp/impl/codegen/sync.h.
|
inline |
Definition at line 135 of file include/grpcpp/impl/codegen/sync.h.
|
private |
Definition at line 142 of file include/grpcpp/impl/codegen/sync.h.