Home
last modified time | relevance | path

Searched refs:InterfaceSharedLock (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dlocking.h127 class InterfaceSharedLock { class
129 META_NO_COPY(InterfaceSharedLock)
131 explicit InterfaceSharedLock(const CORE_NS::IInterface* t) : p_(interface_cast<ILockable>(t)) in InterfaceSharedLock() function in InterfaceSharedLock
137 explicit InterfaceSharedLock(const CORE_NS::IInterface& t) : InterfaceSharedLock(&t) {} in InterfaceSharedLock() function in InterfaceSharedLock
139 explicit InterfaceSharedLock(const BASE_NS::shared_ptr<Type>& t) : InterfaceSharedLock(t.get()) in InterfaceSharedLock() function in InterfaceSharedLock
142 InterfaceSharedLock(InterfaceSharedLock&& l) noexcept : p_(l.p_) in p_()
147 InterfaceSharedLock
[all...]
H A Dutil.h52 InterfaceSharedLock lock { p }; in GetPointer()
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dstack_property.cpp147 InterfaceSharedLock lock { v }; in GetValueFromStack()

Completed in 3 milliseconds