Searched refs:refLock_ (Results 1 – 2 of 2) sorted by relevance
62 std::lock_guard<std::mutex> lock(refLock_); in SubAndCheckZeroRef()74 std::lock_guard<std::mutex> lock(refLock_); in IncreaseRef()
84 std::mutex refLock_; variable