Home
last modified time | relevance | path

Searched refs:TryReadLock (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DLockFileBase.h28 Status TryReadLock(const uint64_t start, const uint64_t len);
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DLockFileBase.cpp41 Status LockFileBase::TryReadLock(const uint64_t start, const uint64_t len) { in TryReadLock() function in LockFileBase