Home
last modified time | relevance | path

Searched refs:ShutdownAndNotify (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs63 …public void ShutdownAndNotify(BatchCompletionDelegate callback, CompletionQueueSafeHandle completi… in ShutdownAndNotify() method in Grpc.Core.Internal.ServerSafeHandle
/external/grpc-grpc/src/csharp/Grpc.Core/
DServer.cs220 handle.ShutdownAndNotify(HandleServerShutdown, cq); in ShutdownInternalAsync()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.h161 void ShutdownAndNotify(grpc_completion_queue* cq, void* tag);
Dserver.cc794 void Server::ShutdownAndNotify(grpc_completion_queue* cq, void* tag) { in ShutdownAndNotify() function in grpc_core::Server
1522 server->core_server->ShutdownAndNotify(cq, tag); in grpc_server_shutdown_and_notify()