Home
last modified time | relevance | path

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

/external/nos/test/system-test-harness/src/
Davb_tests.cc120 uint8_t locks[4]; in SetUp() local
317 uint8_t locks[4]; in TEST_F() local
378 uint8_t locks[4]; in TEST_F() local
423 uint8_t locks[4]; in TEST_F() local
526 uint8_t locks[4]; in TEST_F() local
584 uint8_t locks[4]; in TEST_F() local
664 uint8_t locks[4]; in TEST_F() local
834 uint8_t locks[4]; in TEST_F() local
/external/cldr/tools/java/org/unicode/cldr/util/
DLockSupportMap.java17 private final ConcurrentMap<E, Object> locks = new ConcurrentHashMap<>(); field in LockSupportMap
/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops.cc469 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
511 auto locks = MaybeLockVariableInputMutexesInOrder<SYCLDevice, T>( in Compute() local
921 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
991 auto locks = MaybeLockVariableInputMutexesInOrder<CPUDevice, T>( in Compute() local
1137 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1231 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1334 auto locks = MaybeLockVariableInputMutexesInOrder<CPUDevice, T>( in Compute() local
1475 auto locks = MaybeLockVariableInputMutexesInOrder<CPUDevice, T>( in Compute() local
1648 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local
1750 auto locks = MaybeLockVariableInputMutexesInOrder<CPUDevice, T>( in Compute() local
[all …]
Dtraining_op_helpers.h170 std::unique_ptr<std::vector<mutex_lock>> locks = in MaybeLockVariableInputMutexesInOrder() local
/external/nos/test/system-test-harness/tools/
Davb_tools.cc50 bool *production, uint8_t *locks) { in GetState()
147 uint8_t locks[4]; in ResetProduction() 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/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DCycleDetectingLockFactoryBenchmark.java76 private void lockAndUnlockNested(Lock[] locks, int reps) { in lockAndUnlockNested()
DStripedBenchmark.java94 final List<Lock> locks = new ArrayList<Lock>(numStripes); field in StripedBenchmark
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DStripedTest.java151 Iterable<?> locks = striped.bulkGet(objects); in testBulkGetReturnsSorted() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DStructuredLockingTest.java142 Set<Integer> locks; field in StructuredLockingTest.LockFrame
/external/curl/tests/libtest/
Dlib506.c40 static int locks[3]; variable
/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/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dstats_ops.cc152 std::unordered_map<int32, std::unique_ptr<mutex>>* locks, in UpdateStats()
276 std::unordered_map<int, std::unique_ptr<mutex>> locks; in Compute() local
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DStorage.java68 private LockInterface[] locks; field in Storage
/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/curl/tests/python_dependencies/impacket/
Dsmb3.py1188 def lock(self, treeId, fileId, locks, lockSequence = 0): argument
/external/libevent/test/
Dregress_bufferevent.c224 lock_wrapper *locks; member