Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Host/posix/
H A DLockFilePosix.h26 Status DoReadLock(const uint64_t start, const uint64_t len) override;
/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DLockFileWindows.h27 Status DoReadLock(const uint64_t start, const uint64_t len) override;
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DLockFileBase.h42 virtual Status DoReadLock(const uint64_t start, const uint64_t len) = 0;
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DLockFilePosix.cpp48 Status LockFilePosix::DoReadLock(const uint64_t start, const uint64_t len) { in DoReadLock() function in LockFilePosix
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DLockFileBase.cpp37 const uint64_t len) { return DoReadLock(start, len); }, in ReadLock()
/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DLockFileWindows.cpp53 Status LockFileWindows::DoReadLock(const uint64_t start, const uint64_t len) { in DoReadLock() function in LockFileWindows