Searched defs:ConstStrictLockPtr (Results 1 – 1 of 1) sorted by relevance
29 ConstStrictLockPtr(const T &value, Lockable &mutex) : mLock(mutex), mValue(value) {} in ConstStrictLockPtr() function30 ConstStrictLockPtr(const T &value, Lockable &mutex, std::adopt_lock_t) noexcept in ConstStrictLockPtr() function34 ConstStrictLockPtr(ConstStrictLockPtr &&other) noexcept in ConstStrictLockPtr() function