Searched refs:lockCounter (Results 1 – 1 of 1) sorted by relevance
66 std::shared_ptr<RunningLockCounter> lockCounter = iterator->second; in Hold() local67 if (lockCounter->Increase(filledInfo) != HDF_SUCCESS) { in Hold()102 std::shared_ptr<RunningLockCounter> lockCounter = iterator->second; in Unhold() local103 int32_t status = lockCounter->Decrease(filledInfo); in Unhold()