HomeSort by relevance Sort by last modified time
    Searched defs:lock2 (Results 1 - 8 of 8) sorted by null

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
Target12.java 36 Object lock2 = new Object(); local
37 synchronized (lock2) {
  /external/libchrome/base/task_scheduler/
scheduler_lock_unittest.cc 139 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.Release()
180 SchedulerLock lock2; local
269 SchedulerLock lock2; member in struct:base::internal::__anon22668::LockCycle
285 SchedulerLock lock2; member in struct:base::internal::__anon22668::LockCycle
    [all...]
  /external/libdrm/tests/
lock.c 45 unsigned int lock2 = 0x00002222; variable
151 ret = drmUnlock(drmfd, lock2);
193 ret = drmGetLock(drmfd, lock2, 0);
197 drmUnlock(drmfd, lock2);
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl17.c 75 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/
CycleDetectingLockFactoryTest.java 51 private ReentrantLock lock2; field in class:CycleDetectingLockFactoryTest
81 lock2 = factory2.newReentrantLock(MyOrder.SECOND);
166 lock2.lock();
173 lock2.lock();
187 lock2.lock();
  /bionic/tests/
pthread_test.cpp 747 pthread_rwlock_t lock2; local
748 ASSERT_EQ(0, pthread_rwlock_init(&lock2, NULL));
749 ASSERT_EQ(0, memcmp(&lock1, &lock2, sizeof(lock1)));
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ReentrantLockTest.java 656 final ReentrantLock lock2 = new ReentrantLock(fair); local
658 lock2.hasWaiters(c);
685 final ReentrantLock lock2 = new ReentrantLock(fair); local
687 lock2.getWaitQueueLength(c);
714 final PublicReentrantLock lock2 = new PublicReentrantLock(fair); local
716 lock2.getWaitingThreads(c);
    [all...]
ReentrantReadWriteLockTest.java 1436 final ReentrantReadWriteLock lock2 = new ReentrantReadWriteLock(fair); local
1465 final ReentrantReadWriteLock lock2 = new ReentrantReadWriteLock(fair); local
1495 final PublicReentrantReadWriteLock lock2 = local
    [all...]

Completed in 411 milliseconds