Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java153 testParkBeforeInterrupt(ParkMethod.park); in testParkBeforeInterrupt_park()
156 testParkBeforeInterrupt(ParkMethod.parkNanos); in testParkBeforeInterrupt_parkNanos()
159 testParkBeforeInterrupt(ParkMethod.parkUntil); in testParkBeforeInterrupt_parkUntil()
162 testParkBeforeInterrupt(ParkMethod.parkBlocker); in testParkBeforeInterrupt_parkBlocker()
165 testParkBeforeInterrupt(ParkMethod.parkNanosBlocker); in testParkBeforeInterrupt_parkNanosBlocker()
168 testParkBeforeInterrupt(ParkMethod.parkUntilBlocker); in testParkBeforeInterrupt_parkUntilBlocker()
170 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt() method in LockSupportTest