Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops.cc969 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1052 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1197 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1366 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1436 auto locks = MaybeLockVariableInputMutexesInOrder<CPUDevice, T>( in Compute() local
1582 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1679 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1780 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1891 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
2021 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
[all …]
Dtraining_op_helpers.h170 auto locks = std::make_unique<std::vector<mutex_lock>>(); in MaybeLockVariableInputMutexesInOrder() local
/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/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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLockSupportMap.java17 private final ConcurrentMap<E, Object> locks = new ConcurrentHashMap<>(); field in LockSupportMap
/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/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/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/
DStructuredLockingTest.java141 Set<Integer> locks; field in StructuredLockingTest.LockFrame
/external/guava/guava/src/com/google/common/util/concurrent/
DStriped.java396 final AtomicReferenceArray<@Nullable ArrayReference<? extends L>> locks; field in Striped.SmallLazyStriped
468 final ConcurrentMap<Integer, L> locks; field in Striped.LargeLazyStriped
/external/guava/android/guava/src/com/google/common/util/concurrent/
DStriped.java396 final AtomicReferenceArray<@Nullable ArrayReference<? extends L>> locks; field in Striped.SmallLazyStriped
468 final ConcurrentMap<Integer, L> locks; field in Striped.LargeLazyStriped
/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.c42 static int locks[3]; variable
/external/python/pyfakefs/pyfakefs/
Dpatched_packages.py32 locks = None variable
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DStorage.java68 private LockInterface[] locks; field in Storage
/external/tensorflow/tensorflow/c/
Dkernels_experimental.cc61 std::unique_ptr<std::vector<tensorflow::mutex_lock>> locks; member
324 auto locks = absl::make_unique<std::vector<tensorflow::mutex_lock>>(); in TF_MaybeLockVariableInputMutexesInOrder() local
/external/nos/host/generic/nugget/proto/nugget/app/avb/
Davb.proto65 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/rust/crates/parking_lot/src/
Dcondvar.rs891 let locks = Arc::new((Mutex::new(()), Condvar::new())); in test_issue_129() localVariable
895 let locks = locks.clone(); in test_issue_129() localVariable
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc543 } locks[40]; member
1469 SynchLocksHeld *locks = Synch_GetAllLocks(); in AssertNotHeld() local
/external/cronet/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc546 } locks[40]; member
1465 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/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.cc516 } locks[40]; member
1440 SynchLocksHeld *locks = Synch_GetAllLocks(); in AssertNotHeld() local

12