Home
last modified time | relevance | path

Searched refs:testParkTimesOut (Results 1 – 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java231 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