Home
last modified time | relevance | path

Searched refs:WriteLock (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DLockFileBase.h25 Status WriteLock(const uint64_t start, const uint64_t len);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DLockFileBase.cpp27 Status LockFileBase::WriteLock(const uint64_t start, const uint64_t len) { in WriteLock() function in LockFileBase
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DModuleCache.cpp172 error = m_lock->WriteLock(0, 1); in ModuleLock()