Searched defs:lock1 (Results 1 - 10 of 10) sorted by relevance

/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/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/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/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 711 milliseconds