Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.cpp51 std::lock_guard lck(mShutdownMutex); in ~GRPCVehicleHardware()
255 std::unique_lock<std::mutex> lck(mShutdownMutex); in ValuePollingLoop()
279 std::lock_guard lck(mShutdownMutex); in ValuePollingLoop()
DGRPCVehicleHardware.h106 std::mutex mShutdownMutex; variable