Searched refs:grpc_loop_thread_ (Results 1 – 1 of 1) sorted by relevance
131 grpc_loop_thread_ = new std::thread([grpc_module] { grpc_module->RunGrpcLoop(); }); in StartStack()146 grpc_loop_thread_->join(); in StopStack()147 delete grpc_loop_thread_; in StopStack()158 std::thread* grpc_loop_thread_ = nullptr; member in bluetooth::facade::__anonbae78c1a0110::RootFacadeService