Searched refs:testParkBeforeUnpark (Results 1 – 1 of 1) sorted by relevance
99 testParkBeforeUnpark(ParkMethod.park); in testParkBeforeUnpark_park()102 testParkBeforeUnpark(ParkMethod.parkNanos); in testParkBeforeUnpark_parkNanos()105 testParkBeforeUnpark(ParkMethod.parkUntil); in testParkBeforeUnpark_parkUntil()108 testParkBeforeUnpark(ParkMethod.parkBlocker); in testParkBeforeUnpark_parkBlocker()111 testParkBeforeUnpark(ParkMethod.parkNanosBlocker); in testParkBeforeUnpark_parkNanosBlocker()114 testParkBeforeUnpark(ParkMethod.parkUntilBlocker); in testParkBeforeUnpark_parkUntilBlocker()116 public void testParkBeforeUnpark(final ParkMethod parkMethod) { in testParkBeforeUnpark() method in LockSupportTest