Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DOffloadingServer.cpp43 std::thread ServerThread(WaitForServer); in main() local
48 ServerThread.join(); in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp51 ServerThread.emplace([&] { EXPECT_TRUE(Server->run()); }); in start()
61 ServerThread->join(); in stop()
63 ServerThread.reset(); in stop()
101 llvm::Optional<std::thread> ServerThread; member in clang::clangd::__anon7e5ef16f0111::LSPTest