Home
last modified time | relevance | path

Searched refs:AsyncNotifyWhenDone (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dserver_context.h293 void AsyncNotifyWhenDone(void* tag) { in AsyncNotifyWhenDone() function
561 using ServerContextBase::AsyncNotifyWhenDone;
608 using ServerContextBase::AsyncNotifyWhenDone;
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dserver_context.h293 void AsyncNotifyWhenDone(void* tag) { in AsyncNotifyWhenDone() function
561 using ServerContextBase::AsyncNotifyWhenDone;
608 using ServerContextBase::AsyncNotifyWhenDone;
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_context.h232 void AsyncNotifyWhenDone(void* tag) { in AsyncNotifyWhenDone() function
/external/grpc-grpc/test/cpp/end2end/
Dasync_end2end_test.cc1096 srv_ctx.AsyncNotifyWhenDone(tag(5)); in TEST_P()
1129 srv_ctx.AsyncNotifyWhenDone(tag(5)); in TEST_P()
1216 srv_ctx.AsyncNotifyWhenDone(tag(11)); in TestClientStreamingServerCancel()
1370 srv_ctx.AsyncNotifyWhenDone(tag(11)); in TestServerStreamingServerCancel()
1521 srv_ctx.AsyncNotifyWhenDone(tag(11)); in TestBidiStreamingServerCancel()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_call.h260 ctx_.AsyncNotifyWhenDone(&cancelled_tag_); in RegisterCancellationHandler()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc132 p->ctx_.AsyncNotifyWhenDone(&p->on_done_notified_); in CreateAndStart()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc135 p->ctx_.AsyncNotifyWhenDone(&p->on_done_notified_); in CreateAndStart()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc363 handler->ctx_.AsyncNotifyWhenDone(&handler->on_done_notified_); in CreateAndStart()
/external/grpc-grpc/doc/core/
Dtransport_explainer.md100 through an `AsyncNotifyWhenDone` API in C++