Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DLockSupportTest.java70 enum ParkMethod { enum in LockSupportTest
123 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 …]
/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java46 enum ParkMethod { enum in LockSupportTest
99 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 …]