Home
last modified time | relevance | path

Searched defs:WriteLock (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Host/windows/
DProcessRunLock.cpp26 static bool WriteLock(lldb::rwlock_t rwlock) { in WriteLock() function
/external/llvm-project/lldb/source/Host/common/
DLockFileBase.cpp26 Status LockFileBase::WriteLock(const uint64_t start, const uint64_t len) { in WriteLock() function in LockFileBase
/external/python/cpython2/Demo/pdist/
Dcvslock.py204 class WriteLock(Lock): class