Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java319 testPark0(ParkMethod.parkNanos); in testPark0_parkNanos()
322 testPark0(ParkMethod.parkUntil); in testPark0_parkUntil()
325 testPark0(ParkMethod.parkNanosBlocker); in testPark0_parkNanosBlocker()
328 testPark0(ParkMethod.parkUntilBlocker); in testPark0_parkUntilBlocker()
330 public void testPark0(final ParkMethod parkMethod) { in testPark0() method in LockSupportTest