Searched refs:testParkAfterInterrupt (Results 1 – 1 of 1) sorted by relevance
191 testParkAfterInterrupt(ParkMethod.park); in testParkAfterInterrupt_park()194 testParkAfterInterrupt(ParkMethod.parkNanos); in testParkAfterInterrupt_parkNanos()197 testParkAfterInterrupt(ParkMethod.parkUntil); in testParkAfterInterrupt_parkUntil()200 testParkAfterInterrupt(ParkMethod.parkBlocker); in testParkAfterInterrupt_parkBlocker()203 testParkAfterInterrupt(ParkMethod.parkNanosBlocker); in testParkAfterInterrupt_parkNanosBlocker()206 testParkAfterInterrupt(ParkMethod.parkUntilBlocker); in testParkAfterInterrupt_parkUntilBlocker()208 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt() method in LockSupportTest