Home
last modified time | relevance | path

Searched defs:InterfaceUniqueLock (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dlocking.h81 class InterfaceUniqueLock { class
85 explicit InterfaceUniqueLock(const CORE_NS::IInterface* t) : p_(interface_cast<ILockable>(t)) in InterfaceUniqueLock() function in InterfaceUniqueLock
91 explicit InterfaceUniqueLock(const CORE_NS::IInterface& t) : InterfaceUniqueLock(&t) {} in InterfaceUniqueLock() function in InterfaceUniqueLock
93 explicit InterfaceUniqueLock(const BASE_NS::shared_ptr<Type>& t) : InterfaceUniqueLock(t.get()) in InterfaceUniqueLock() function in InterfaceUniqueLock
[all...]

Completed in 1 milliseconds