Home
last modified time | relevance | path

Searched defs:locks (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops.cc941 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1028 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1178 auto locks = MaybeLockVariableInputMutexesInOrder<CPUDevice, T>( in Compute() local
1326 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1396 auto locks = MaybeLockVariableInputMutexesInOrder<CPUDevice, T>( in Compute() local
1542 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1643 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1748 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1859 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1989 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
[all …]
Dtraining_op_helpers.h171 auto locks = absl::make_unique<std::vector<mutex_lock>>(); in MaybeLockVariableInputMutexesInOrder() local
/external/cldr/tools/java/org/unicode/cldr/util/
DLockSupportMap.java17 private final ConcurrentMap<E, Object> locks = new ConcurrentHashMap<>(); field in LockSupportMap
/external/kotlinx.atomicfu/atomicfu/src/nativeTest/kotlin/kotlinx/atomicfu/locks/
DSynchronizedTest.kt45 val locks = Array(nLocks) { SynchronizedObject() }.freeze() in <lambda>() constant
49 }) { (counters, locks) -> in <lambda>() method
/external/compiler-rt/lib/builtins/
Datomic.c74 static Lock locks[SPINLOCK_COUNT] = { [0 ... SPINLOCK_COUNT-1] = {0,1,0} }; variable
87 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0 variable
104 static Lock locks[SPINLOCK_COUNT]; variable
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
DCycleDetectingLockFactoryBenchmark.java79 private static void lockAndUnlockNested(Lock[] locks, int reps) { in lockAndUnlockNested()
DStripedBenchmark.java100 final List<Lock> locks = new ArrayList<>(numStripes); field in StripedBenchmark
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DCycleDetectingLockFactoryBenchmark.java79 private static void lockAndUnlockNested(Lock[] locks, int reps) { in lockAndUnlockNested()
DStripedBenchmark.java100 final List<Lock> locks = new ArrayList<>(numStripes); field in StripedBenchmark
/external/llvm-project/compiler-rt/lib/builtins/
Datomic.c77 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}}; variable
86 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0 variable
103 static Lock locks[SPINLOCK_COUNT]; variable
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/
DStructuredLockingTest.java140 Set<Integer> locks; field in StructuredLockingTest.LockFrame
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cpp164 set<uptr> locks; in RunRemoveNodeTest() local
248 set<uptr> locks; in RunMultipleEpochsTest() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cc165 set<uptr> locks; in RunRemoveNodeTest() local
249 set<uptr> locks; in RunMultipleEpochsTest() local
/external/curl/tests/libtest/
Dlib506.c40 static int locks[3]; variable
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DStorage.java68 private LockInterface[] locks; field in Storage
/external/rust/crates/parking_lot/src/
Dcondvar.rs677 let locks = Arc::new((Mutex::new(()), Condvar::new())); in test_issue_129() localVariable
681 let locks = locks.clone(); in test_issue_129() localVariable
/external/nos/host/generic/nugget/proto/nugget/app/avb/
Davb.proto62 bytes locks = 5; field
/external/toybox/toys/pending/
Dlsof.c42 char *name, fd[8], rw, locks, type[10], device[32], size_off[32], node[32]; member
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc503 } locks[40]; member
1426 SynchLocksHeld *locks = Synch_GetAllLocks(); in AssertNotHeld() local
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.cc505 } locks[40]; member
1429 SynchLocksHeld *locks = Synch_GetAllLocks(); in AssertNotHeld() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc505 } locks[40]; member
1429 SynchLocksHeld *locks = Synch_GetAllLocks(); in AssertNotHeld() local
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc516 } locks[40]; member
1440 SynchLocksHeld *locks = Synch_GetAllLocks(); in AssertNotHeld() local
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.cc505 } locks[40]; member
1429 SynchLocksHeld *locks = Synch_GetAllLocks(); in AssertNotHeld() local
/external/abseil-cpp/absl/synchronization/
Dmutex.cc503 } locks[40]; member
1426 SynchLocksHeld *locks = Synch_GetAllLocks(); in AssertNotHeld() local
/external/libevent/test/
Dregress_bufferevent.c237 lock_wrapper *locks; member

12