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()
1041 public void threadAssertEquals(long x, long y) { in threadAssertEquals() method in JSR166TestCase1055 public void threadAssertEquals(Object x, Object y) { in threadAssertEquals() method in JSR166TestCase
646 threadAssertEquals(0L, lock.tryWriteLock()); in testTryWriteLockWhenReadLocked()