Searched refs:grpc_loop_thread_ (Results 1 – 1 of 1) sorted by relevance
113 … grpc_loop_thread_ = std::make_unique<std::thread>([grpc_module] { grpc_module->RunGrpcLoop(); }); in StartStack()128 grpc_loop_thread_->join(); in StopStack()129 grpc_loop_thread_.reset(); in StopStack()140 std::unique_ptr<std::thread> grpc_loop_thread_ = nullptr; member in bluetooth::facade::RootFacadeService