Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DLockSupportTest.java273 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
/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java249 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