Searched refs:testParkAfterInterrupt (Results 1 – 2 of 2) sorted by relevance
233 testParkAfterInterrupt(ParkMethod.park); in testParkAfterInterrupt_park()236 testParkAfterInterrupt(ParkMethod.parkNanos); in testParkAfterInterrupt_parkNanos()239 testParkAfterInterrupt(ParkMethod.parkUntil); in testParkAfterInterrupt_parkUntil()242 testParkAfterInterrupt(ParkMethod.parkBlocker); in testParkAfterInterrupt_parkBlocker()245 testParkAfterInterrupt(ParkMethod.parkNanosBlocker); in testParkAfterInterrupt_parkNanosBlocker()248 testParkAfterInterrupt(ParkMethod.parkUntilBlocker); in testParkAfterInterrupt_parkUntilBlocker()250 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt() method in LockSupportTest
209 testParkAfterInterrupt(ParkMethod.park); in testParkAfterInterrupt_park()212 testParkAfterInterrupt(ParkMethod.parkNanos); in testParkAfterInterrupt_parkNanos()215 testParkAfterInterrupt(ParkMethod.parkUntil); in testParkAfterInterrupt_parkUntil()218 testParkAfterInterrupt(ParkMethod.parkBlocker); in testParkAfterInterrupt_parkBlocker()221 testParkAfterInterrupt(ParkMethod.parkNanosBlocker); in testParkAfterInterrupt_parkNanosBlocker()224 testParkAfterInterrupt(ParkMethod.parkUntilBlocker); in testParkAfterInterrupt_parkUntilBlocker()226 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt() method in LockSupportTest