/external/libchrome/base/task_scheduler/ |
scheduler_lock_unittest.cc | 149 SchedulerLock lock3(&lock2); 152 lock3.Acquire(); 153 lock3.Release(); 161 SchedulerLock lock3(&lock2); 163 lock3.Acquire(); 164 lock3.Release(); 171 SchedulerLock lock3(&lock2); 174 lock3.Acquire(); 280 lock3(&lock2), 281 lock4(&lock3), 286 SchedulerLock lock3; member in struct:base::internal::__anon22668::LockCycle [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
CycleDetectingLockFactoryTest.java | 52 private ReentrantLock lock3; field in class:CycleDetectingLockFactoryTest 82 lock3 = factory2.newReentrantLock(MyOrder.THIRD); 164 lock3.lock(); 165 lock3.unlock(); 167 lock3.lock(); 171 lock3.lock(); 186 lock3.unlock(); 198 lock3.lock(); // MyOrder, ordinal() == 3 203 lock3.lock(); // MyOrder, ordinal() == 3 206 lock3.unlock() [all...] |
/external/ltp/testcases/kernel/syscalls/fcntl/ |
fcntl17.c | 76 struct flock lock3 = { (short)F_WRLCK, (short)0, 17, 5, (short)0 }; variable in typeref:struct:flock 260 if (fcntl(file_fd, F_SETLK, &lock3) < 0) { 571 if (do_test(&lock3, child_pid3)) { 614 do_test(&lock3, child_pid3);
|