Searched refs:shutdown_thread (Results 1 – 2 of 2) sorted by relevance
50 shutdown_thread = threading.Thread(52 shutdown_thread.daemon = True53 shutdown_thread.start()
166 std::thread shutdown_thread(&AsyncQpsServerTest::ShutdownThreadFunc, this); in ~AsyncQpsServerTest() local179 shutdown_thread.join(); in ~AsyncQpsServerTest()