Home
last modified time | relevance | path

Searched defs:ConstStrictLockPtr (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/common/
DSynchronizedValue.h29 ConstStrictLockPtr(const T &value, Lockable &mutex) : mLock(mutex), mValue(value) {} in ConstStrictLockPtr() function
30 ConstStrictLockPtr(const T &value, Lockable &mutex, std::adopt_lock_t) noexcept in ConstStrictLockPtr() function
34 ConstStrictLockPtr(ConstStrictLockPtr &&other) noexcept in ConstStrictLockPtr() function