Searched refs:ParkMethod (Results 1 – 2 of 2) sorted by relevance
70 enum ParkMethod { enum in LockSupportTest123 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()157 testParkAfterUnpark(ParkMethod.park); in testParkAfterUnpark_park()160 testParkAfterUnpark(ParkMethod.parkNanos); in testParkAfterUnpark_parkNanos()[all …]
46 enum ParkMethod { enum in LockSupportTest99 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()133 testParkAfterUnpark(ParkMethod.park); in testParkAfterUnpark_park()136 testParkAfterUnpark(ParkMethod.parkNanos); in testParkAfterUnpark_parkNanos()[all …]