Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.cpp73 auto waitMtx = std::make_shared<std::mutex>(); in SetValues() local
79 [waitMtx, waitCV, complete, in SetValues()
88 std::lock_guard lck(*waitMtx); in SetValues()
99 std::unique_lock lck(*waitMtx); in SetValues()
118 auto waitMtx = std::make_shared<std::mutex>(); in GetValues() local
124 [waitMtx, waitCV, complete, in GetValues()
137 std::lock_guard lck(*waitMtx); in GetValues()
148 std::unique_lock lck(*waitMtx); in GetValues()