Home
last modified time | relevance | path

Searched defs:write_lock (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cc197 uptr addr, bool write_lock) { in GetOrCreateAndLock()
201 SyncVar* MetaMap::GetIfExistsAndLock(uptr addr, bool write_lock) { in GetIfExistsAndLock()
206 uptr addr, bool write_lock, bool create) { in GetAndLock()
Dtsan_interface_atomic.cc403 bool write_lock = mo != mo_acquire && mo != mo_consume; in AtomicCAS() local
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cpp197 uptr addr, bool write_lock) { in GetOrCreateAndLock()
201 SyncVar* MetaMap::GetIfExistsAndLock(uptr addr, bool write_lock) { in GetIfExistsAndLock()
206 uptr addr, bool write_lock, bool create) { in GetAndLock()
Dtsan_interface_atomic.cpp408 bool write_lock = mo != mo_acquire && mo != mo_consume; in AtomicCAS() local
/external/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock.h12 #define write_lock(fd, offset, whence, len) \ macro
/external/vulkan-validation-layers/layers/
Dobject_lifetime_validation.h77 virtual std::unique_lock<std::mutex> write_lock() { in write_lock() function
Dstateless_validation.h98 …std::unique_lock<std::mutex> write_lock() { return std::unique_lock<std::mutex>(validation_object_… in write_lock() function
/external/vulkan-validation-layers/layers/generated/
Dthread_safety.h309 std::unique_lock<std::mutex> write_lock() { in write_lock() function
Dchassis.h2457 virtual std::unique_lock<std::mutex> write_lock() { in write_lock() function
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py1282 write_lock = Lock() variable