Searched refs:testParkNeg (Results 1 – 2 of 2) sorted by relevance
385 testParkNeg(ParkMethod.parkNanos); in testParkNeg_parkNanos()388 testParkNeg(ParkMethod.parkUntil); in testParkNeg_parkUntil()391 testParkNeg(ParkMethod.parkNanosBlocker); in testParkNeg_parkNanosBlocker()394 testParkNeg(ParkMethod.parkUntilBlocker); in testParkNeg_parkUntilBlocker()396 public void testParkNeg(final ParkMethod parkMethod) { in testParkNeg() method in LockSupportTest
361 testParkNeg(ParkMethod.parkNanos); in testParkNeg_parkNanos()364 testParkNeg(ParkMethod.parkUntil); in testParkNeg_parkUntil()367 testParkNeg(ParkMethod.parkNanosBlocker); in testParkNeg_parkNanosBlocker()370 testParkNeg(ParkMethod.parkUntilBlocker); in testParkNeg_parkUntilBlocker()372 public void testParkNeg(final ParkMethod parkMethod) { in testParkNeg() method in LockSupportTest