Home
last modified time | relevance | path

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

/external/angle/src/common/
DSynchronizedValue.h58 StrictLockPtr(T &value, Lockable &mutex) : BaseType(value, mutex) {} in StrictLockPtr() function
59 StrictLockPtr(T &value, Lockable &mutex, std::adopt_lock_t) noexcept in StrictLockPtr() function
63 StrictLockPtr(StrictLockPtr &&other) noexcept in StrictLockPtr() function