Searched refs:threadAssertEquals (Results 1 – 2 of 2) 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()