Searched defs:lockable (Results 1 – 2 of 2) sorted by relevance
211 if (auto lockable = interface_cast<ILockable>(&GetContainer())) { in META_BEGIN_NAMESPACE() local217 if (auto lockable = interface_cast<ILockable>(&GetContainer())) { in META_BEGIN_NAMESPACE() local223 if (auto lockable = interface_cast<ILockable>(&GetContainer())) { in META_BEGIN_NAMESPACE() local229 if (auto lockable = interface_cast<ILockable>(&GetContainer())) { in META_BEGIN_NAMESPACE() local
19 TaskQueue::TaskQueue(bool lockable) in TaskQueue()