Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DGroupRegistry.cpp15 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 DRankLocal.hpp48 std::unique_lock write_lock(lock_); in get() local
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dvsock_connection.cpp56 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 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()
H A Dtsan_interface_atomic.cc403 bool write_lock = mo != mo_acquire && mo != mo_consume; in AtomicCAS() local
/aosp_15_r20/system/nvram/hal/tests/
H A Dnvram_hal_test.cc152 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 Dapr_arch_thread_rwlock.h26 HMTX write_lock; member
/aosp_15_r20/external/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock.h18 #define write_lock(fd, offset, whence, len) \ macro
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_shared_mutex.cpp167 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 Dlocking.py174 def write_lock(self, message='taking write lock'): member in _Lock
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dobject_lifetime_validation.h77 virtual std::unique_lock<std::mutex> write_lock() { in write_lock() function
H A Dstateless_validation.h98 …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/
DGrpcVehicleServer.cpp208 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 Dqueue.rs137 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 Dqueue.rs137 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 Dqueue.rs137 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 Dqueue.rs137 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 Dqueue.rs137 fn write_lock(state: State) -> Option<State> { in write_lock() function
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dthread_safety.h309 std::unique_lock<std::mutex> write_lock() { in write_lock() function
H A Dchassis.h2457 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 DGRPCVehicleProxyServer.cpp268 std::unique_lock write_lock(mConnectionMutex); in OnVehiclePropChange() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/
H A DGRPCVehicleProxyServer.cpp268 std::unique_lock write_lock(mConnectionMutex); in OnVehiclePropChange() local
/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py1282 write_lock = Lock() variable
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dvring.rs393 fn write_lock(&self) -> RwLockWriteGuard<VringState<M>> { in write_lock() method
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs840 let mut write_lock = self in set_permission_path() localVariable

12