Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DServer.cs54 volatile bool shutdownRequested; field in Grpc.Core.Server
151 GrpcPreconditions.CheckState(!shutdownRequested); in Start()
214 GrpcPreconditions.CheckState(!shutdownRequested); in ShutdownInternalAsync()
215 shutdownRequested = true; in ShutdownInternalAsync()
301 if (!shutdownRequested) in AllowOneRpc()
DChannel.cs47 bool shutdownRequested; field in Grpc.Core.Channel
239 GrpcPreconditions.CheckState(!shutdownRequested); in ShutdownAsync()
240 shutdownRequested = true; in ShutdownAsync()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DManagedChannelImpl.java1379 boolean shutdownRequested; field in ManagedChannelImpl.SubchannelImpl
1400 if (shutdownRequested) { in shutdown()
1411 shutdownRequested = true; in shutdown()
/external/grpc-grpc-java/core/
Dgrpc-core-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...