Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/windows/
H A DLockFileWindows.cpp34 LockFileWindows::LockFileWindows(int fd) in LockFileWindows() function in LockFileWindows
37 LockFileWindows::~LockFileWindows() { Unlock(); } in ~LockFileWindows()
39 bool LockFileWindows::IsValidFile() const { in IsValidFile()
43 Status LockFileWindows::DoWriteLock(const uint64_t start, const uint64_t len) { in DoWriteLock()
47 Status LockFileWindows::DoTryWriteLock(const uint64_t start, in DoTryWriteLock()
53 Status LockFileWindows::DoReadLock(const uint64_t start, const uint64_t len) { in DoReadLock()
57 Status LockFileWindows::DoTryReadLock(const uint64_t start, in DoTryReadLock()
62 Status LockFileWindows::DoUnlock() { in DoUnlock()
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DLockFileWindows.h17 class LockFileWindows : public LockFileBase {
19 explicit LockFileWindows(int fd);
20 ~LockFileWindows();
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DLockFile.h15 typedef LockFileWindows LockFile;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Host/
H A DBUILD.gn69 "windows/LockFileWindows.cpp",
/llvm-project-15.0.7/lldb/source/Host/
H A DCMakeLists.txt65 windows/LockFileWindows.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3749 lldb/include/lldb/Host/windows/LockFileWindows.h
4079 lldb/source/Host/windows/LockFileWindows.cpp