Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/test/remote-index/
Dpipeline_helper.py50 shutdown_thread = threading.Thread(
52 shutdown_thread.daemon = True
53 shutdown_thread.start()
/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc166 std::thread shutdown_thread(&AsyncQpsServerTest::ShutdownThreadFunc, this); in ~AsyncQpsServerTest() local
179 shutdown_thread.join(); in ~AsyncQpsServerTest()