Searched refs:shutdownRequested (Results 1 – 7 of 7) sorted by relevance
54 volatile bool shutdownRequested; field in Grpc.Core.Server151 GrpcPreconditions.CheckState(!shutdownRequested); in Start()214 GrpcPreconditions.CheckState(!shutdownRequested); in ShutdownInternalAsync()215 shutdownRequested = true; in ShutdownInternalAsync()301 if (!shutdownRequested) in AllowOneRpc()
47 bool shutdownRequested; field in Grpc.Core.Channel239 GrpcPreconditions.CheckState(!shutdownRequested); in ShutdownAsync()240 shutdownRequested = true; in ShutdownAsync()
62 bool shutdownRequested();73 if (shutdownRequested()) in retryAfterSignalUnlessShutdown()
34 bool shutdownRequested() { return ShutdownRequested; } in shutdownRequested() function
103 if (shutdownRequested()) in loop()307 if (shutdownRequested()) in readDelimitedMessage()
320 while (!clang::clangd::shutdownRequested()) in runServerAndWait()416 while (!clang::clangd::shutdownRequested()) { in main()
1377 boolean shutdownRequested; field in ManagedChannelImpl.SubchannelImpl1398 if (shutdownRequested) { in shutdown()1409 shutdownRequested = true; in shutdown()