Searched defs:StrictLockPtr (Results 1 – 1 of 1) sorted by relevance
59 StrictLockPtr(T &value, Lockable &mutex) : BaseType(value, mutex) {} in StrictLockPtr() function60 StrictLockPtr(T &value, Lockable &mutex, std::adopt_lock_t) noexcept in StrictLockPtr() function64 StrictLockPtr(StrictLockPtr &&other) noexcept in StrictLockPtr() function