/external/vulkan-validation-layers/layers/generated/ |
D | chassis.cpp | 558 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 …]
|
D | thread_safety.h | 309 std::unique_lock<std::mutex> write_lock() { in write_lock() function
|
D | chassis.h | 2457 virtual std::unique_lock<std::mutex> write_lock() { in write_lock() function
|
/external/autotest/server/hosts/ |
D | file_store_unittest.py | 132 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)
|
D | file_store.py | 104 functor=self._lock.write_lock,
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_sync.cc | 197 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()
|
D | tsan_sync.h | 81 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,
|
D | tsan_interface_atomic.cc | 403 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/ |
D | cpu_access.rs | 438 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/ |
D | nfs_flock.h | 12 #define write_lock(fd, offset, whence, len) \ macro
|
/external/autotest/utils/frozen_chromite/lib/ |
D | cache.py | 39 self._entry_lock.write_lock() 48 with self._lock.write_lock():
|
D | locking.py | 174 def write_lock(self, message='taking write lock'): member in _Lock
|
/external/vulkan-validation-layers/layers/ |
D | object_lifetime_validation.h | 77 virtual std::unique_lock<std::mutex> write_lock() { in write_lock() function
|
D | stateless_validation.h | 98 …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/ |
D | deccheck.py | 1282 write_lock = Lock() variable 1288 with write_lock:
|
/external/autotest/client/profilers/lockmeter/ |
D | patch.2.6.14-lockmeter-1.gz | 1Index: linux/arch/i386/Kconfig.debug
2====== ... |
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 97079 struct mutex write_lock; member
|
D | vmlinux.h | 97079 struct mutex write_lock; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 79908 struct mutex write_lock; member
|
D | vmlinux_510.h | 79908 struct mutex write_lock; member
|
/external/libabigail/ |
D | ChangeLog | 14993 * tests/test-read-dwarf.cc (iospec, spec_lock, write_lock)
|