Searched refs:testParkNeg (Results 1 – 1 of 1) sorted by relevance
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