Searched refs:testParkAfterUnpark (Results 1 – 2 of 2) sorted by relevance
157 testParkAfterUnpark(ParkMethod.park); in testParkAfterUnpark_park()160 testParkAfterUnpark(ParkMethod.parkNanos); in testParkAfterUnpark_parkNanos()163 testParkAfterUnpark(ParkMethod.parkUntil); in testParkAfterUnpark_parkUntil()166 testParkAfterUnpark(ParkMethod.parkBlocker); in testParkAfterUnpark_parkBlocker()169 testParkAfterUnpark(ParkMethod.parkNanosBlocker); in testParkAfterUnpark_parkNanosBlocker()172 testParkAfterUnpark(ParkMethod.parkUntilBlocker); in testParkAfterUnpark_parkUntilBlocker()174 public void testParkAfterUnpark(final ParkMethod parkMethod) { in testParkAfterUnpark() method in LockSupportTest
133 testParkAfterUnpark(ParkMethod.park); in testParkAfterUnpark_park()136 testParkAfterUnpark(ParkMethod.parkNanos); in testParkAfterUnpark_parkNanos()139 testParkAfterUnpark(ParkMethod.parkUntil); in testParkAfterUnpark_parkUntil()142 testParkAfterUnpark(ParkMethod.parkBlocker); in testParkAfterUnpark_parkBlocker()145 testParkAfterUnpark(ParkMethod.parkNanosBlocker); in testParkAfterUnpark_parkNanosBlocker()148 testParkAfterUnpark(ParkMethod.parkUntilBlocker); in testParkAfterUnpark_parkUntilBlocker()150 public void testParkAfterUnpark(final ParkMethod parkMethod) { in testParkAfterUnpark() method in LockSupportTest