Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java343 testParkNeg(ParkMethod.parkNanos); in testParkNeg_parkNanos()
346 testParkNeg(ParkMethod.parkUntil); in testParkNeg_parkUntil()
349 testParkNeg(ParkMethod.parkNanosBlocker); in testParkNeg_parkNanosBlocker()
352 testParkNeg(ParkMethod.parkUntilBlocker); in testParkNeg_parkUntilBlocker()
354 public void testParkNeg(final ParkMethod parkMethod) { in testParkNeg() method in LockSupportTest