Home
last modified time | relevance | path

Searched refs:DoTryReadLock (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Host/posix/
H A DLockFilePosix.h28 Status DoTryReadLock(const uint64_t start, const uint64_t len) override;
/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DLockFileWindows.h29 Status DoTryReadLock(const uint64_t start, const uint64_t len) override;
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DLockFileBase.h43 virtual Status DoTryReadLock(const uint64_t start, const uint64_t len) = 0;
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DLockFilePosix.cpp52 Status LockFilePosix::DoTryReadLock(const uint64_t start, const uint64_t len) { in DoTryReadLock() function in LockFilePosix
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DLockFileBase.cpp43 const uint64_t len) { return DoTryReadLock(start, len); }, in TryReadLock()
/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DLockFileWindows.cpp57 Status LockFileWindows::DoTryReadLock(const uint64_t start, in DoTryReadLock() function in LockFileWindows