Home | History | Annotate | Download | only in jsr166

Lines Matching defs:writeLock

81         long s = lock.writeLock();
107 long s = lock.writeLock();
134 long s = lock.writeLock();
174 long s = lock.writeLock();
219 * read-unlocking after writeLock throws IllegalMonitorStateException
223 long s = lock.writeLock();
243 long s = lock.writeLock();
270 assertTrue((s = lock.writeLock()) != 0L);
287 long s = lock.writeLock();
307 long s = lock.writeLock();
328 long s = lock.writeLock();
348 long s = lock.writeLock();
380 long s = lock.writeLock();
396 long s = lock.writeLock();
430 * A writelock succeeds only after a reading thread unlocks
439 long s = lock.writeLock();
452 * A writelock succeeds only after reading threads unlock
467 long ws = lock.writeLock();
482 final long s = lock.writeLock();
537 long s = lock.writeLock();
556 long s = lock.writeLock();
620 lock.writeLock();
624 long s = clone.writeLock();
636 long s = lock.writeLock();
651 assertTrue((s = lock.writeLock()) != 0L);
689 assertTrue((s = lock.writeLock()) != 0L);
730 assertTrue((s = lock.writeLock()) != 0L);
766 assertTrue((s = lock.writeLock()) != 0L);
808 assertTrue((s = lock.writeLock()) != 0L);
862 * asReadWriteLock.writeLock can be locked and unlocked
866 Lock lock = sl.asReadWriteLock().writeLock();