Home
last modified time | relevance | path

Searched refs:write_lock (Results 1 – 21 of 21) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dchassis.cpp558 auto lock = intercept->write_lock(); in DestroyInstance()
562 auto lock = intercept->write_lock(); in DestroyInstance()
569 auto lock = intercept->write_lock(); in DestroyInstance()
623 auto lock = intercept->write_lock(); in CreateDevice()
628 auto lock = intercept->write_lock(); in CreateDevice()
708 auto lock = intercept->write_lock(); in CreateDevice()
721 auto lock = intercept->write_lock(); in DestroyDevice()
725 auto lock = intercept->write_lock(); in DestroyDevice()
733 auto lock = intercept->write_lock(); in DestroyDevice()
766 auto lock = intercept->write_lock(); in CreateGraphicsPipelines()
[all …]
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/autotest/server/hosts/
Dfile_store_unittest.py132 mock_file_lock.write_lock.side_effect = [
140 self.assertEqual(2, mock_file_lock.write_lock.call_count)
153 mock_file_lock.write_lock.side_effect = [
166 self.assertEqual(4, mock_file_lock.write_lock.call_count)
179 mock_file_lock.write_lock.side_effect = (
186 self.assertEqual(1, mock_file_lock.write_lock.call_count)
Dfile_store.py104 functor=self._lock.write_lock,
/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cc197 uptr addr, bool write_lock) { in GetOrCreateAndLock() argument
198 return GetAndLock(thr, pc, addr, write_lock, true); in GetOrCreateAndLock()
201 SyncVar* MetaMap::GetIfExistsAndLock(uptr addr, bool write_lock) { in GetIfExistsAndLock() argument
202 return GetAndLock(0, 0, addr, write_lock, false); in GetIfExistsAndLock()
206 uptr addr, bool write_lock, bool create) { in GetAndLock() argument
225 if (write_lock) in GetAndLock()
249 if (write_lock) in GetAndLock()
Dtsan_sync.h81 uptr addr, bool write_lock);
82 SyncVar* GetIfExistsAndLock(uptr addr, bool write_lock);
98 SyncVar* GetAndLock(ThreadState *thr, uptr pc, uptr addr, bool write_lock,
Dtsan_interface_atomic.cc403 bool write_lock = mo != mo_acquire && mo != mo_consume; in AtomicCAS() local
405 s = ctx->metamap.GetOrCreateAndLock(thr, pc, (uptr)a, write_lock); in AtomicCAS()
419 if (write_lock) in AtomicCAS()
/external/rust/crates/vulkano/src/buffer/
Dcpu_access.rs438 let mut write_lock = self.access.write(); in increase_gpu_lock() localVariable
439 if let CurrentGpuAccess::Exclusive { ref mut num } = *write_lock { in increase_gpu_lock()
465 let mut write_lock = self.access.write(); in unlock() localVariable
466 if let CurrentGpuAccess::Exclusive { ref mut num } = *write_lock { in unlock()
477 *write_lock = CurrentGpuAccess::NonExclusive { in unlock()
/external/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock.h12 #define write_lock(fd, offset, whence, len) \ macro
/external/autotest/utils/frozen_chromite/lib/
Dcache.py39 self._entry_lock.write_lock()
48 with self._lock.write_lock():
Dlocking.py174 def write_lock(self, message='taking write lock'): member in _Lock
/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/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py1282 write_lock = Lock() variable
1288 with write_lock:
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h97079 struct mutex write_lock; member
Dvmlinux.h97079 struct mutex write_lock; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h79908 struct mutex write_lock; member
Dvmlinux_510.h79908 struct mutex write_lock; member
/external/libabigail/
DChangeLog14993 * tests/test-read-dwarf.cc (iospec, spec_lock, write_lock)