Searched refs:testParkNeg (Results 1 – 1 of 1) sorted by relevance
343 testParkNeg(ParkMethod.parkNanos); in testParkNeg_parkNanos()346 testParkNeg(ParkMethod.parkUntil); in testParkNeg_parkUntil()349 testParkNeg(ParkMethod.parkNanosBlocker); in testParkNeg_parkNanosBlocker()352 testParkNeg(ParkMethod.parkUntilBlocker); in testParkNeg_parkUntilBlocker()354 public void testParkNeg(final ParkMethod parkMethod) { in testParkNeg() method in LockSupportTest