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

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DLockManagerTest.java83 private final ExecutorService thread1 = Executors.newSingleThreadExecutor(); field in class:LockManagerTest
100 DNLock lock1 = lockUsingThread(thread1, lockManager, LockType.WRITE_ENTRY, dnABC).get();
104 unlockUsingThread(thread1, lock1);
137 final DNLock lock1 = lockUsingThread(thread1, lockManager, lock1Type, dn1).get();
149 unlockUsingThread(thread1, lock1);
153 assertThat(getThreadLocalLockRefCountFor(thread1, lockManager, dn1)).isGreaterThan(0);
187 final DNLock lock1 = lockUsingThread(thread1, lockManager, lock1Type, dn1).get();
191 unlockUsingThread(thread1, lock1);
194 assertThat(getThreadLocalLockRefCountFor(thread1, lockManager, dn1)).isGreaterThan(0);

Completed in 28 milliseconds