Searched refs:threadAssertEquals (Results 1 – 4 of 4) sorted by relevance
759 public void threadAssertEquals(long x, long y) { in threadAssertEquals() method in JSR166TestCase773 public void threadAssertEquals(Object x, Object y) { in threadAssertEquals() method in JSR166TestCase
525 threadAssertEquals(ws, 0L); in testWriteTryLockWhenReadLocked()
890 public void threadAssertEquals(long x, long y) { in threadAssertEquals() method in JSR166TestCase904 public void threadAssertEquals(Object x, Object y) { in threadAssertEquals() method in JSR166TestCase
612 threadAssertEquals(0L, lock.tryWriteLock()); in testTryWriteLockWhenReadLocked()