Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java98 public void testParkBeforeUnpark(final ParkMethod parkMethod) { in testParkBeforeUnpark() argument
103 parkMethod.park(); in testParkBeforeUnpark()
132 public void testParkAfterUnpark(final ParkMethod parkMethod) { in testParkAfterUnpark() argument
140 parkMethod.park(); in testParkAfterUnpark()
170 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt() argument
176 parkMethod.park(); in testParkBeforeInterrupt()
208 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt() argument
217 parkMethod.park(); in testParkAfterInterrupt()
242 public void testParkTimesOut(final ParkMethod parkMethod) { in testParkTimesOut() argument
247 parkMethod.park(timeoutMillis()); in testParkTimesOut()
[all …]