Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A DSynchronizedValue.h59 StrictLockPtr(T &value, Lockable &mutex) : BaseType(value, mutex) {} in StrictLockPtr() function
60 StrictLockPtr(T &value, Lockable &mutex, std::adopt_lock_t) noexcept in StrictLockPtr() function
64 StrictLockPtr(StrictLockPtr &&other) noexcept in StrictLockPtr() function