Searched refs:testParkTimesOut (Results 1 – 1 of 1) sorted by relevance
249 testParkTimesOut(ParkMethod.parkNanos); in testParkTimesOut_parkNanos()252 testParkTimesOut(ParkMethod.parkUntil); in testParkTimesOut_parkUntil()255 testParkTimesOut(ParkMethod.parkNanosBlocker); in testParkTimesOut_parkNanosBlocker()258 testParkTimesOut(ParkMethod.parkUntilBlocker); in testParkTimesOut_parkUntilBlocker()260 public void testParkTimesOut(final ParkMethod parkMethod) { in testParkTimesOut() method in LockSupportTest