Searched refs:lock1 (Results 1 - 18 of 18) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
H A DTarget12.java22 Object lock1 = new Object();
23 synchronized (lock1) {
29 Object lock1 = new Object();
30 synchronized (lock1) {
/external/libchrome/base/task_scheduler/
H A Dscheduler_lock_unittest.cc138 SchedulerLock lock1; local
141 lock1.Acquire();
147 SchedulerLock lock1; local
148 SchedulerLock lock2(&lock1);
150 lock1.Acquire();
155 lock1.Release();
159 SchedulerLock lock1; local
160 SchedulerLock lock2(&lock1);
169 SchedulerLock lock1; local
170 SchedulerLock lock2(&lock1);
179 SchedulerLock lock1; local
268 SchedulerLock lock1; member in struct:base::internal::__anon10994::LockCycle
284 SchedulerLock lock1; member in struct:base::internal::__anon10994::LockCycle
[all...]
/external/fio/
H A Drate-submit.c174 static void pthread_double_unlock(pthread_mutex_t *lock1, argument
178 pthread_mutex_unlock(lock1);
183 static void pthread_double_lock(pthread_mutex_t *lock1, pthread_mutex_t *lock2) argument
186 if (lock1 < lock2) {
187 pthread_mutex_lock(lock1);
191 pthread_mutex_lock(lock1);
/external/libevent/
H A Devthread-internal.h302 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_
303 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_
336 /** Acquire both lock1 and lock2. Always allocates locks in the same order,
338 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \
340 void *lock1_tmplock_ = (lock1); \
347 /** Release both lock1 and lock2. */
348 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \
350 void *lock1_tmplock_ = (lock1); \
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DCycleDetectingLockFactoryTest.java50 private ReentrantLock lock1; field in class:CycleDetectingLockFactoryTest
80 lock1 = factory2.newReentrantLock(MyOrder.FIRST);
163 lock1.lock();
180 lock1.lock();
190 lock1.lock();
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl17.c74 struct flock lock1 = { (short)F_WRLCK, (short)0, 2, 5, (short)0 }; variable in typeref:struct:flock
190 if (fcntl(file_fd, F_SETLK, &lock1) < 0) {
543 if (do_test(&lock1, child_pid1)) {
/external/dng_sdk/source/
H A Ddng_pthread.cpp585 ScopedLock lock1(real_cond.lock);
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
H A Dcpuset_memory_testset.sh124 cpuset_memory_test --mmap-lock1 >"$MEMORY_RESULT" &
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2899 void lock1() EXCLUSIVE_LOCK_FUNCTION(mu1_);
2919 void Foo::lock1() EXCLUSIVE_LOCK_FUNCTION(mu1_) {
2974 foo.lock1();
2978 foo.lock1();
2979 foo.lock1(); // expected-warning {{acquiring mutex 'foo.mu1_' that is already held}}
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp6995 MutexLock lock1(&mu1); // Protect PTR.
7001 MutexLock lock1(&mu1); // Protect PTR.
7054 MutexLock lock1(&mu1); // Protect PTR.
7060 MutexLock lock1(&mu1); // Protect PTR.
7065 MutexLock lock1(&mu1); // Protect PTR.
/external/python/cpython2/Lib/test/
H A Dtest_multiprocessing.py948 lock1 = val1.get_lock()
1035 lock1 = arr1.get_lock()
/external/python/cpython3/Lib/test/
H A D_test_multiprocessing.py1497 lock1 = val1.get_lock()
1577 lock1 = arr1.get_lock()
3846 lock1 = mp.Lock()
3848 os.write(%d, lock1._semlock.name.encode("ascii") + b"\\n")
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 565 milliseconds