Searched refs:testParkAfterUnpark (Results 1 – 1 of 1) sorted by relevance
115 testParkAfterUnpark(ParkMethod.park); in testParkAfterUnpark_park()118 testParkAfterUnpark(ParkMethod.parkNanos); in testParkAfterUnpark_parkNanos()121 testParkAfterUnpark(ParkMethod.parkUntil); in testParkAfterUnpark_parkUntil()124 testParkAfterUnpark(ParkMethod.parkBlocker); in testParkAfterUnpark_parkBlocker()127 testParkAfterUnpark(ParkMethod.parkNanosBlocker); in testParkAfterUnpark_parkNanosBlocker()130 testParkAfterUnpark(ParkMethod.parkUntilBlocker); in testParkAfterUnpark_parkUntilBlocker()132 public void testParkAfterUnpark(final ParkMethod parkMethod) { in testParkAfterUnpark() method in LockSupportTest