Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dlocking.h25 class InterfaceLock { class
29 explicit InterfaceLock(LockType type, const CORE_NS::IInterface* t) : type_(type), p_(interface_cast<ILockable>(t)) in InterfaceLock() function in InterfaceLock
39 explicit InterfaceLock(LockType type, const CORE_NS::IInterface& t) : InterfaceLock(type, &t) {} in InterfaceLock() function in InterfaceLock
41 explicit InterfaceLock(LockType type, const BASE_NS::shared_ptr<Type>& t) : InterfaceLock(type, t.get()) in InterfaceLock() function in InterfaceLock
[all...]

Completed in 1 milliseconds