Searched refs:parkMethod (Results 1 – 2 of 2) sorted by relevance
140 public void testParkBeforeUnpark(final ParkMethod parkMethod) { in testParkBeforeUnpark() argument145 parkMethod.park(); in testParkBeforeUnpark()174 public void testParkAfterUnpark(final ParkMethod parkMethod) { in testParkAfterUnpark() argument182 parkMethod.park(); in testParkAfterUnpark()212 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt() argument218 parkMethod.park(); in testParkBeforeInterrupt()250 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt() argument259 parkMethod.park(); in testParkAfterInterrupt()284 public void testParkTimesOut(final ParkMethod parkMethod) { in testParkTimesOut() argument289 parkMethod.park(timeoutMillis()); in testParkTimesOut()[all …]
116 public void testParkBeforeUnpark(final ParkMethod parkMethod) { in testParkBeforeUnpark() argument121 parkMethod.park(); in testParkBeforeUnpark()150 public void testParkAfterUnpark(final ParkMethod parkMethod) { in testParkAfterUnpark() argument158 parkMethod.park(); in testParkAfterUnpark()188 public void testParkBeforeInterrupt(final ParkMethod parkMethod) { in testParkBeforeInterrupt() argument194 parkMethod.park(); in testParkBeforeInterrupt()226 public void testParkAfterInterrupt(final ParkMethod parkMethod) { in testParkAfterInterrupt() argument235 parkMethod.park(); in testParkAfterInterrupt()260 public void testParkTimesOut(final ParkMethod parkMethod) { in testParkTimesOut() argument265 parkMethod.park(timeoutMillis()); in testParkTimesOut()[all …]