Searched refs:testParkBeforeUnpark (Results 1 – 2 of 2) sorted by relevance
123 testParkBeforeUnpark(ParkMethod.park); in testParkBeforeUnpark_park()126 testParkBeforeUnpark(ParkMethod.parkNanos); in testParkBeforeUnpark_parkNanos()129 testParkBeforeUnpark(ParkMethod.parkUntil); in testParkBeforeUnpark_parkUntil()132 testParkBeforeUnpark(ParkMethod.parkBlocker); in testParkBeforeUnpark_parkBlocker()135 testParkBeforeUnpark(ParkMethod.parkNanosBlocker); in testParkBeforeUnpark_parkNanosBlocker()138 testParkBeforeUnpark(ParkMethod.parkUntilBlocker); in testParkBeforeUnpark_parkUntilBlocker()140 public void testParkBeforeUnpark(final ParkMethod parkMethod) { in testParkBeforeUnpark() method in LockSupportTest
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