Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.cpp253 bool rpc_stopped{false}; in ValuePollingLoop() local
254 std::thread shuttingdown_watcher([this, &rpc_stopped, &context]() { in ValuePollingLoop()
256 mShutdownCV.wait(lck, [this, &rpc_stopped]() { in ValuePollingLoop()
257 return rpc_stopped || mShuttingDownFlag.load(); in ValuePollingLoop()
280 rpc_stopped = true; in ValuePollingLoop()