#include <grpc/impl/codegen/port_platform.h>
#include <mutex>
#include "absl/synchronization/mutex.h"
#include <grpc/impl/codegen/log.h>
#include <grpc/impl/codegen/sync.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
Go to the source code of this file.
Classes | |
class | grpc::internal::CondVar |
class | grpc::internal::Mutex |
class | grpc::internal::MutexLock |
class | grpc::internal::ReleasableMutexLock |
Namespaces | |
grpc | |
grpc::internal | |
Actual implementation of bi-directional streaming. | |
Functions | |
template<typename Predicate > | |
static void | grpc::internal::WaitUntil (CondVar *cv, Mutex *mu, Predicate pred) |