Searched refs:testParkBeforeInterrupt (Results 1 – 2 of 2) sorted by relevance
195 testParkBeforeInterrupt(ParkMethod.park); in testParkBeforeInterrupt_park()198 testParkBeforeInterrupt(ParkMethod.parkNanos); in testParkBeforeInterrupt_parkNanos()201 testParkBeforeInterrupt(ParkMethod.parkUntil); in testParkBeforeInterrupt_parkUntil()204 testParkBeforeInterrupt(ParkMethod.parkBlocker); in testParkBeforeInterrupt_parkBlocker()207 testParkBeforeInterrupt(ParkMethod.parkNanosBlocker); in testParkBeforeInterrupt_parkNanosBlocker()210 testParkBeforeInterrupt(ParkMethod.parkUntilBlocker); in testParkBeforeInterrupt_parkUntilBlocker()212 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt() method in LockSupportTest
171 testParkBeforeInterrupt(ParkMethod.park); in testParkBeforeInterrupt_park()174 testParkBeforeInterrupt(ParkMethod.parkNanos); in testParkBeforeInterrupt_parkNanos()177 testParkBeforeInterrupt(ParkMethod.parkUntil); in testParkBeforeInterrupt_parkUntil()180 testParkBeforeInterrupt(ParkMethod.parkBlocker); in testParkBeforeInterrupt_parkBlocker()183 testParkBeforeInterrupt(ParkMethod.parkNanosBlocker); in testParkBeforeInterrupt_parkNanosBlocker()186 testParkBeforeInterrupt(ParkMethod.parkUntilBlocker); in testParkBeforeInterrupt_parkUntilBlocker()188 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt() method in LockSupportTest