Searched refs:testParkTimesOut (Results 1 – 2 of 2) sorted by relevance
273 testParkTimesOut(ParkMethod.parkNanos); in testParkTimesOut_parkNanos()276 testParkTimesOut(ParkMethod.parkUntil); in testParkTimesOut_parkUntil()279 testParkTimesOut(ParkMethod.parkNanosBlocker); in testParkTimesOut_parkNanosBlocker()282 testParkTimesOut(ParkMethod.parkUntilBlocker); in testParkTimesOut_parkUntilBlocker()284 public void testParkTimesOut(final ParkMethod parkMethod) { in testParkTimesOut() method in LockSupportTest
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