Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DLockSupportTest.java140 public void testParkBeforeUnpark(final ParkMethod parkMethod) { in testParkBeforeUnpark() argument
145 parkMethod.park(); in testParkBeforeUnpark()
174 public void testParkAfterUnpark(final ParkMethod parkMethod) { in testParkAfterUnpark() argument
182 parkMethod.park(); in testParkAfterUnpark()
212 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt() argument
218 parkMethod.park(); in testParkBeforeInterrupt()
250 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt() argument
259 parkMethod.park(); in testParkAfterInterrupt()
284 public void testParkTimesOut(final ParkMethod parkMethod) { in testParkTimesOut() argument
289 parkMethod.park(timeoutMillis()); in testParkTimesOut()
[all …]
/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java116 public void testParkBeforeUnpark(final ParkMethod parkMethod) { in testParkBeforeUnpark() argument
121 parkMethod.park(); in testParkBeforeUnpark()
150 public void testParkAfterUnpark(final ParkMethod parkMethod) { in testParkAfterUnpark() argument
158 parkMethod.park(); in testParkAfterUnpark()
188 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt() argument
194 parkMethod.park(); in testParkBeforeInterrupt()
226 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt() argument
235 parkMethod.park(); in testParkAfterInterrupt()
260 public void testParkTimesOut(final ParkMethod parkMethod) { in testParkTimesOut() argument
265 parkMethod.park(timeoutMillis()); in testParkTimesOut()
[all …]