Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A DSynchronizedValue.h30 ConstStrictLockPtr(const T &value, Lockable &mutex) : mLock(mutex), mValue(value) {} in ConstStrictLockPtr() function
31 ConstStrictLockPtr(const T &value, Lockable &mutex, std::adopt_lock_t) noexcept in ConstStrictLockPtr() function
35 ConstStrictLockPtr(ConstStrictLockPtr &&other) noexcept in ConstStrictLockPtr() function