Searched refs:mLifetime (Results 1 – 4 of 4) sorted by relevance
94 ScratchBuffer::ScratchBuffer(uint32_t lifetime) : mLifetime(lifetime), mResetCounter(lifetime) {} in ScratchBuffer()105 std::swap(mLifetime, other.mLifetime); in operator =()129 mResetCounter = mLifetime; in getImpl()145 mResetCounter = mLifetime; in getImpl()172 mResetCounter = mLifetime; in clear()
86 uint32_t mLifetime; variable
134 : mLifetime(std::move(use)), mGarbage(std::move(garbage)) in SharedGarbage()141 std::swap(mLifetime, rhs.mLifetime); in operator =()148 if (mLifetime.isCurrentlyInUse(completedSerial)) in destroyIfComplete()158 mLifetime.release(); in destroyIfComplete()
128 SharedResourceUse mLifetime;