Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleClient.cpp143 std::atomic<bool> rpc_ok{true}; in StartValuePollingThread() local
144 std::thread shuttingdown_watcher([this, &rpc_ok, &context]() { in StartValuePollingThread()
146 mShutdownCV.wait(shutdownLock, [this, &rpc_ok]() { in StartValuePollingThread()
147 return !rpc_ok.load() || mShuttingDownFlag.load(); in StartValuePollingThread()
162 rpc_ok.store(false); in StartValuePollingThread()