/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | GroupRegistry.cpp | 15 std::unique_lock write_lock(lock_); in register_group() local 42 std::unique_lock write_lock(lock_); in unregister_group() local 47 std::unique_lock write_lock(lock_); in unregister_all_groups() local
|
H A D | RankLocal.hpp | 48 std::unique_lock write_lock(lock_); in get() local
|
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/ |
D | vsock_connection.cpp | 56 std::lock_guard<std::recursive_mutex> write_lock(write_mutex_); in Disconnect() local 77 std::lock_guard<std::recursive_mutex> write_lock(write_mutex_); in IsConnected() local 87 std::lock_guard<std::recursive_mutex> write_lock(write_mutex_); in DataAvailable() local
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_sync.cc | 197 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()
|
H A D | tsan_interface_atomic.cc | 403 bool write_lock = mo != mo_acquire && mo != mo_consume; in AtomicCAS() local
|
/aosp_15_r20/system/nvram/hal/tests/ |
H A D | nvram_hal_test.cc | 152 int write_lock, read_lock; in CleanBurnSpaces() local 292 int write_lock, read_lock; in TEST() local 378 int write_lock, read_lock; in TEST() local 406 int write_lock, read_lock; in TEST() local
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/ |
H A D | apr_arch_thread_rwlock.h | 26 HMTX write_lock; member
|
/aosp_15_r20/external/ltp/testcases/network/nfs/nfslock01/ |
H A D | nfs_flock.h | 18 #define write_lock(fd, offset, whence, len) \ macro
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_shared_mutex.cpp | 167 boost::unique_lock<boost::shared_mutex> write_lock(rw_mutex); in BOOST_AUTO_TEST_CASE() local
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/ |
H A D | locking.py | 174 def write_lock(self, message='taking write lock'): member in _Lock
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | object_lifetime_validation.h | 77 virtual std::unique_lock<std::mutex> write_lock() { in write_lock() function
|
H A D | stateless_validation.h | 98 …std::unique_lock<std::mutex> write_lock() { return std::unique_lock<std::mutex>(validation_object_… in write_lock() function
|
/aosp_15_r20/device/google/trout/hal/vehicle/2.0/ |
D | GrpcVehicleServer.cpp | 208 std::unique_lock write_lock(mConnectionMutex); in onPropertyValueFromCar() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 137 fn write_lock(state: State) -> Option<State> { in write_lock() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 137 fn write_lock(state: State) -> Option<State> { in write_lock() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 137 fn write_lock(state: State) -> Option<State> { in write_lock() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 137 fn write_lock(state: State) -> Option<State> { in write_lock() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 137 fn write_lock(state: State) -> Option<State> { in write_lock() function
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | thread_safety.h | 309 std::unique_lock<std::mutex> write_lock() { in write_lock() function
|
H A D | chassis.h | 2457 virtual std::unique_lock<std::mutex> write_lock() { in write_lock() function
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/ |
H A D | GRPCVehicleProxyServer.cpp | 268 std::unique_lock write_lock(mConnectionMutex); in OnVehiclePropChange() local
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/ |
H A D | GRPCVehicleProxyServer.cpp | 268 std::unique_lock write_lock(mConnectionMutex); in OnVehiclePropChange() local
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 1282 write_lock = Lock() variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/ |
D | vring.rs | 393 fn write_lock(&self) -> RwLockWriteGuard<VringState<M>> { in write_lock() method
|
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/ |
H A D | passthrough.rs | 840 let mut write_lock = self in set_permission_path() localVariable
|