Searched defs:lock2 (Results 1 - 11 of 11) sorted by relevance

/external/libchrome/base/task_scheduler/
H A Dscheduler_lock_unittest.cc139 SchedulerLock lock2; local
142 lock2.Acquire();
148 SchedulerLock lock2(&lock1);
149 SchedulerLock lock3(&lock2);
151 lock2.Acquire();
154 lock2.Release();
160 SchedulerLock lock2(&lock1);
161 SchedulerLock lock3(&lock2);
162 lock2.Acquire();
165 lock2
180 SchedulerLock lock2; local
269 SchedulerLock lock2; member in struct:base::internal::__anon10994::LockCycle
285 SchedulerLock lock2; member in struct:base::internal::__anon10994::LockCycle
[all...]
/external/fio/
H A Drate-submit.c175 pthread_mutex_t *lock2)
179 pthread_mutex_unlock(lock2);
183 static void pthread_double_lock(pthread_mutex_t *lock1, pthread_mutex_t *lock2) argument
186 if (lock1 < lock2) {
188 pthread_mutex_lock(lock2);
190 pthread_mutex_lock(lock2);
174 pthread_double_unlock(pthread_mutex_t *lock1, pthread_mutex_t *lock2) argument
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl17.c75 struct flock lock2 = { (short)F_WRLCK, (short)0, 9, 5, (short)0 }; variable in typeref:struct:flock
222 if (fcntl(file_fd, F_SETLK, &lock2) < 0) {
557 if (do_test(&lock2, child_pid2)) {
613 do_test(&lock2, child_pid2);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DCycleDetectingLockFactoryTest.java51 private ReentrantLock lock2; field in class:CycleDetectingLockFactoryTest
81 lock2 = factory2.newReentrantLock(MyOrder.SECOND);
166 lock2.lock();
173 lock2.lock();
187 lock2.lock();
/external/libchrome/base/debug/
H A Dactivity_tracker_unittest.cc177 char lock2; local
179 ActivityData::ForLock(&lock2));
188 EXPECT_EQ(reinterpret_cast<uintptr_t>(&lock2),
/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 219 milliseconds