Searched refs:testParkTimesOut (Results 1 – 1 of 1) sorted by relevance
231 testParkTimesOut(ParkMethod.parkNanos); in testParkTimesOut_parkNanos()234 testParkTimesOut(ParkMethod.parkUntil); in testParkTimesOut_parkUntil()237 testParkTimesOut(ParkMethod.parkNanosBlocker); in testParkTimesOut_parkNanosBlocker()240 testParkTimesOut(ParkMethod.parkUntilBlocker); in testParkTimesOut_parkUntilBlocker()242 public void testParkTimesOut(final ParkMethod parkMethod) { in testParkTimesOut() method in LockSupportTest