Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp269 std::condition_variable terminateCV; in StartPropertyValuesStream() local
273 auto callBack = [stream, &terminateMutex, &terminateCV, &terminated, in StartPropertyValuesStream()
280 terminateCV.notify_all(); in StartPropertyValuesStream()
292 terminateCV.wait(terminateLock, [&terminated]() { return terminated; }); in StartPropertyValuesStream()