Home
last modified time | relevance | path

Searched defs:ValueGuard (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h418 struct ValueGuard { struct
419 ValueGuard(std::mutex &m, bool b) : guard(m, std::adopt_lock), value(b) {} in ValueGuard() function
432 ValueGuard DescriptorIsValid() const { in DescriptorIsValid() argument