/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | training_ops.cc | 969 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 …]
|
/aosp_15_r20/art/test/168-vmstack-annotated/src/ |
H A D | Main.java | 30 List<Object> locks; field in Main.Runner 33 public Runner(List<Object> locks, List<CyclicBarrier> barriers) { in Runner() 200 private static void assertLocks(Object fromTrace, Object... locks) throws Exception { in assertLocks()
|
/aosp_15_r20/external/compiler-rt/lib/builtins/ |
H A D | atomic.c | 74 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
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/nativeTest/kotlin/kotlinx/atomicfu/locks/ |
H A D | SynchronizedTest.kt | 46 val locks = Array(nLocks) { SynchronizedObject() }.freeze() in <lambda>() constant 50 }) { (counters, locks) -> in <lambda>() method
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/password/ |
D | ChooseLockTypeDialogFragment.java | 128 List<ScreenLockType> locks = mController.getVisibleAndEnabledScreenLockTypes(); in onCreateDialog() local 147 List<ScreenLockType> locks, in ScreenLockAdapter()
|
/aosp_15_r20/test/vts/vts_hal_hidl_target/ |
H A D | VtsHalHidlTargetCallbackBase.h | 386 auto locks = GetWaitAnyCallbackLocks(callback_function_names); in GetWaitAnyTimeout() local 423 auto locks = GetWaitAnyCallbackLocks(callback_function_names); in PeekCallbackLocks() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/ |
H A D | Striped.java | 404 final AtomicReferenceArray<@Nullable ArrayReference<? extends L>> locks; field in Striped.SmallLazyStriped 476 final ConcurrentMap<Integer, L> locks; field in Striped.LargeLazyStriped
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | Striped.java | 404 final AtomicReferenceArray<@Nullable ArrayReference<? extends L>> locks; field in Striped.SmallLazyStriped 476 final ConcurrentMap<Integer, L> locks; field in Striped.LargeLazyStriped
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_deadlock_detector_test.cc | 165 set<uptr> locks; in RunRemoveNodeTest() local 249 set<uptr> locks; in RunMultipleEpochsTest() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | LockSupportMap.java | 17 private final ConcurrentMap<E, Object> locks = new ConcurrentHashMap<>(); field in LockSupportMap
|
/aosp_15_r20/development/tools/bugreport/src/com/android/bugreport/stacks/ |
H A D | JavaStackFrameSnapshot.java | 37 public ArrayList<LockSnapshot> locks = new ArrayList<LockSnapshot>(); field in JavaStackFrameSnapshot
|
H A D | ThreadSnapshot.java | 53 public HashMap<String,LockSnapshot> locks = new HashMap<String,LockSnapshot>(); field in ThreadSnapshot
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/lockedfile/internal/filelock/ |
D | filelock_fcntl.go | 45 locks = map[inode]inodeLock{} var
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ |
H A D | CycleDetectingLockFactoryBenchmark.java | 79 private static void lockAndUnlockNested(Lock[] locks, int reps) { in lockAndUnlockNested()
|
H A D | StripedBenchmark.java | 100 final List<Lock> locks = new ArrayList<>(numStripes); field in StripedBenchmark
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
H A D | CycleDetectingLockFactoryBenchmark.java | 79 private static void lockAndUnlockNested(Lock[] locks, int reps) { in lockAndUnlockNested()
|
H A D | StripedBenchmark.java | 100 final List<Lock> locks = new ArrayList<>(numStripes); field in StripedBenchmark
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
H A D | StripedTest.java | 181 Iterable<?> locks = striped.bulkGet(objects); in testBulkGetReturnsSorted() local
|
/aosp_15_r20/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/proto/ |
D | diagnostics.proto | 60 LockInfo locks = 6; field
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | StripedTest.java | 181 Iterable<?> locks = striped.bulkGet(objects); in testBulkGetReturnsSorted() local
|
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/ |
H A D | StructuredLockingTest.java | 141 Set<Integer> locks; field in StructuredLockingTest.LockFrame
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | kernels_experimental.cc | 61 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
|
/aosp_15_r20/development/tools/bugreport/src/com/android/bugreport/inspector/ |
H A D | DeadlockDetector.java | 178 final Map<String,LockSnapshot> locks = thread.locks; in detectDeadlocks() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/futures/ |
D | wait_for_any.hpp | 59 boost::scoped_array<boost::unique_lock<boost::mutex> > locks; member
|
/aosp_15_r20/external/curl/tests/libtest/ |
H A D | lib506.c | 42 static int locks[3]; variable
|