Searched refs:NO_LOCK (Results 1 – 2 of 2) sorted by relevance
59 enum class LockType { NO_LOCK = 0, UNIQUE_LOCK = 1, SHARED_LOCK = 2 }; enumerator
57 IterateStrategy { TraversalType::NO_HIERARCHY, LockType::NO_LOCK }); in Build()