Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DPendingRequestPool.h89 std::mutex mCvLock; variable
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DPendingRequestPool.cpp47 std::unique_lock<std::mutex> lk(mCvLock); in PendingRequestPool()
60 std::unique_lock<std::mutex> lk(mCvLock); in ~PendingRequestPool()