Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DLockSupportTest.java361 testPark0(ParkMethod.parkNanos); in testPark0_parkNanos()
364 testPark0(ParkMethod.parkUntil); in testPark0_parkUntil()
367 testPark0(ParkMethod.parkNanosBlocker); in testPark0_parkNanosBlocker()
370 testPark0(ParkMethod.parkUntilBlocker); in testPark0_parkUntilBlocker()
372 public void testPark0(final ParkMethod parkMethod) { in testPark0() method in LockSupportTest
/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java337 testPark0(ParkMethod.parkNanos); in testPark0_parkNanos()
340 testPark0(ParkMethod.parkUntil); in testPark0_parkUntil()
343 testPark0(ParkMethod.parkNanosBlocker); in testPark0_parkNanosBlocker()
346 testPark0(ParkMethod.parkUntilBlocker); in testPark0_parkUntilBlocker()
348 public void testPark0(final ParkMethod parkMethod) { in testPark0() method in LockSupportTest