Searched refs:parkMethod (Results 1 – 1 of 1) sorted by relevance
98 public void testParkBeforeUnpark(final ParkMethod parkMethod) { in testParkBeforeUnpark() argument103 parkMethod.park(); in testParkBeforeUnpark()132 public void testParkAfterUnpark(final ParkMethod parkMethod) { in testParkAfterUnpark() argument140 parkMethod.park(); in testParkAfterUnpark()170 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt() argument176 parkMethod.park(); in testParkBeforeInterrupt()208 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt() argument217 parkMethod.park(); in testParkAfterInterrupt()242 public void testParkTimesOut(final ParkMethod parkMethod) { in testParkTimesOut() argument247 parkMethod.park(timeoutMillis()); in testParkTimesOut()[all …]