Home
last modified time | relevance | path

Searched refs:ParkMethod (Results 1 – 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java28 enum ParkMethod { enum in LockSupportTest
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()
115 testParkAfterUnpark(ParkMethod.park); in testParkAfterUnpark_park()
118 testParkAfterUnpark(ParkMethod.parkNanos); in testParkAfterUnpark_parkNanos()
[all …]