Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/support/
DShutdown.cpp26 static std::atomic<bool> ShutdownRequested = {false}; variable
29 if (ShutdownRequested.exchange(true)) in requestShutdown()
34 bool shutdownRequested() { return ShutdownRequested; } in shutdownRequested()