Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DLockSupportTest.java195 testParkBeforeInterrupt(ParkMethod.park); in testParkBeforeInterrupt_park()
198 testParkBeforeInterrupt(ParkMethod.parkNanos); in testParkBeforeInterrupt_parkNanos()
201 testParkBeforeInterrupt(ParkMethod.parkUntil); in testParkBeforeInterrupt_parkUntil()
204 testParkBeforeInterrupt(ParkMethod.parkBlocker); in testParkBeforeInterrupt_parkBlocker()
207 testParkBeforeInterrupt(ParkMethod.parkNanosBlocker); in testParkBeforeInterrupt_parkNanosBlocker()
210 testParkBeforeInterrupt(ParkMethod.parkUntilBlocker); in testParkBeforeInterrupt_parkUntilBlocker()
212 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt() method in LockSupportTest
/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java171 testParkBeforeInterrupt(ParkMethod.park); in testParkBeforeInterrupt_park()
174 testParkBeforeInterrupt(ParkMethod.parkNanos); in testParkBeforeInterrupt_parkNanos()
177 testParkBeforeInterrupt(ParkMethod.parkUntil); in testParkBeforeInterrupt_parkUntil()
180 testParkBeforeInterrupt(ParkMethod.parkBlocker); in testParkBeforeInterrupt_parkBlocker()
183 testParkBeforeInterrupt(ParkMethod.parkNanosBlocker); in testParkBeforeInterrupt_parkNanosBlocker()
186 testParkBeforeInterrupt(ParkMethod.parkUntilBlocker); in testParkBeforeInterrupt_parkUntilBlocker()
188 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt() method in LockSupportTest