Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java116 public void testParkBeforeUnpark(final ParkMethod parkMethod) { in testParkBeforeUnpark()
150 public void testParkAfterUnpark(final ParkMethod parkMethod) { in testParkAfterUnpark()
188 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt()
226 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt()
260 public void testParkTimesOut(final ParkMethod parkMethod) { in testParkTimesOut()
297 public void testGetBlocker(final ParkMethod parkMethod) { in testGetBlocker()
348 public void testPark0(final ParkMethod parkMethod) { in testPark0()
372 public void testParkNeg(final ParkMethod parkMethod) { in testParkNeg()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DLockSupportTest.java140 public void testParkBeforeUnpark(final ParkMethod parkMethod) { in testParkBeforeUnpark()
174 public void testParkAfterUnpark(final ParkMethod parkMethod) { in testParkAfterUnpark()
212 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt()
250 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt()
284 public void testParkTimesOut(final ParkMethod parkMethod) { in testParkTimesOut()
321 public void testGetBlocker(final ParkMethod parkMethod) { in testGetBlocker()
372 public void testPark0(final ParkMethod parkMethod) { in testPark0()
396 public void testParkNeg(final ParkMethod parkMethod) { in testParkNeg()