Searched defs:ValueGuard (Results 1 – 1 of 1) sorted by relevance
418 struct ValueGuard { struct419 ValueGuard(std::mutex &m, bool b) : guard(m, std::adopt_lock), value(b) {} in ValueGuard() function432 ValueGuard DescriptorIsValid() const { in DescriptorIsValid() argument