Home
last modified time | relevance | path

Searched refs:shutdownRequested (Results 1 – 7 of 7) 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/llvm-project/clang-tools-extra/clangd/support/
DShutdown.h62 bool shutdownRequested();
73 if (shutdownRequested()) in retryAfterSignalUnlessShutdown()
DShutdown.cpp34 bool shutdownRequested() { return ShutdownRequested; } in shutdownRequested() function
/external/llvm-project/clang-tools-extra/clangd/
DJSONTransport.cpp103 if (shutdownRequested()) in loop()
307 if (shutdownRequested()) in readDelimitedMessage()
/external/llvm-project/clang-tools-extra/clangd/index/remote/server/
DServer.cpp320 while (!clang::clangd::shutdownRequested()) in runServerAndWait()
416 while (!clang::clangd::shutdownRequested()) { in main()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DManagedChannelImpl.java1377 boolean shutdownRequested; field in ManagedChannelImpl.SubchannelImpl
1398 if (shutdownRequested) { in shutdown()
1409 shutdownRequested = true; in shutdown()