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.java361 testParkNeg(ParkMethod.parkNanos); in testParkNeg_parkNanos()
364 testParkNeg(ParkMethod.parkUntil); in testParkNeg_parkUntil()
367 testParkNeg(ParkMethod.parkNanosBlocker); in testParkNeg_parkNanosBlocker()
370 testParkNeg(ParkMethod.parkUntilBlocker); in testParkNeg_parkUntilBlocker()
372 public void testParkNeg(final ParkMethod parkMethod) { in testParkNeg() method in LockSupportTest