Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/common/win/OldCC/
H A Dautolock.hxx63 bool IsLocked() const { return m_locked; } in IsLocked() function in CcAutoTryLock
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DLockFileBase.cpp21 bool LockFileBase::IsLocked() const { return m_locked; } in IsLocked() function in LockFileBase