Searched refs:testParkBeforeInterrupt (Results 1 - 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DLockSupportTest.java165 testParkBeforeInterrupt(ParkMethod.park);
168 testParkBeforeInterrupt(ParkMethod.parkNanos);
171 testParkBeforeInterrupt(ParkMethod.parkUntil);
174 testParkBeforeInterrupt(ParkMethod.parkBlocker);
177 testParkBeforeInterrupt(ParkMethod.parkNanosBlocker);
180 testParkBeforeInterrupt(ParkMethod.parkUntilBlocker);
182 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { method in class:LockSupportTest

Completed in 4 milliseconds