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.cpp127 std::atomic<bool> rpc_ok{true}; in StartValuePollingThread() local
128 std::thread shuttingdown_watcher([this, &rpc_ok, &context]() { in StartValuePollingThread()
130 mShutdownCV.wait(shutdownLock, [this, &rpc_ok]() { in StartValuePollingThread()
131 return !rpc_ok.load() || mShuttingDownFlag.load(); in StartValuePollingThread()
146 rpc_ok.store(false); in StartValuePollingThread()