Searched refs:testParkBeforeUnpark (Results 1 – 1 of 1) sorted by relevance
81 testParkBeforeUnpark(ParkMethod.park); in testParkBeforeUnpark_park()84 testParkBeforeUnpark(ParkMethod.parkNanos); in testParkBeforeUnpark_parkNanos()87 testParkBeforeUnpark(ParkMethod.parkUntil); in testParkBeforeUnpark_parkUntil()90 testParkBeforeUnpark(ParkMethod.parkBlocker); in testParkBeforeUnpark_parkBlocker()93 testParkBeforeUnpark(ParkMethod.parkNanosBlocker); in testParkBeforeUnpark_parkNanosBlocker()96 testParkBeforeUnpark(ParkMethod.parkUntilBlocker); in testParkBeforeUnpark_parkUntilBlocker()98 public void testParkBeforeUnpark(final ParkMethod parkMethod) { in testParkBeforeUnpark() method in LockSupportTest