Searched refs:IsLocked (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DLockFileBase.cpp24 bool LockFileBase::IsLocked() const { return m_locked; } function in class:LockFileBase
51 if (!IsLocked())
70 if (IsLocked())
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DLockFileBase.h22 bool IsLocked() const;

Completed in 109 milliseconds