Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DLockSupportTest.java233 testParkAfterInterrupt(ParkMethod.park); in testParkAfterInterrupt_park()
236 testParkAfterInterrupt(ParkMethod.parkNanos); in testParkAfterInterrupt_parkNanos()
239 testParkAfterInterrupt(ParkMethod.parkUntil); in testParkAfterInterrupt_parkUntil()
242 testParkAfterInterrupt(ParkMethod.parkBlocker); in testParkAfterInterrupt_parkBlocker()
245 testParkAfterInterrupt(ParkMethod.parkNanosBlocker); in testParkAfterInterrupt_parkNanosBlocker()
248 testParkAfterInterrupt(ParkMethod.parkUntilBlocker); in testParkAfterInterrupt_parkUntilBlocker()
250 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt() method in LockSupportTest
/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java209 testParkAfterInterrupt(ParkMethod.park); in testParkAfterInterrupt_park()
212 testParkAfterInterrupt(ParkMethod.parkNanos); in testParkAfterInterrupt_parkNanos()
215 testParkAfterInterrupt(ParkMethod.parkUntil); in testParkAfterInterrupt_parkUntil()
218 testParkAfterInterrupt(ParkMethod.parkBlocker); in testParkAfterInterrupt_parkBlocker()
221 testParkAfterInterrupt(ParkMethod.parkNanosBlocker); in testParkAfterInterrupt_parkNanosBlocker()
224 testParkAfterInterrupt(ParkMethod.parkUntilBlocker); in testParkAfterInterrupt_parkUntilBlocker()
226 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt() method in LockSupportTest