Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DLockFileBase.h24 Status WriteLock(const uint64_t start, const uint64_t len);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DLockFileBase.cpp23 Status LockFileBase::WriteLock(const uint64_t start, const uint64_t len) { in WriteLock() function in LockFileBase
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp174 error = m_lock->WriteLock(0, 1); in ModuleLock()
/freebsd/contrib/capsicum-test/
H A Dfcntl.cc214 TEST(Fcntl, WriteLock) { in TEST() argument