Home
last modified time | relevance | path

Searched refs:IsLocked (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEntryPointStats.cpp30 bool IsLocked = false; member
80 StatsRegistry->IsLocked = true; in lockRegistry()
93 assert(!StatsRegistry->IsLocked); in BoolEPStat()
99 assert(!StatsRegistry->IsLocked); in CounterEPStat()
106 assert(!StatsRegistry->IsLocked); in UnsignedMaxEPStat()
113 assert(!StatsRegistry->IsLocked); in UnsignedEPStat()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DLockFileBase.cpp23 bool LockFileBase::IsLocked() const { return m_locked; } in IsLocked() function in LockFileBase
50 if (!IsLocked()) in Unlock()
69 if (IsLocked()) in DoLock()
/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/include/lldb/Host/
H A DLockFileBase.h22 bool IsLocked() const;
/freebsd/crypto/krb5/src/ccapi/lib/win/OldCC/
H A Dclient.cxx360 if (!AL.IsLocked() || s_init) in Initialize()