Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DLockSupportTest.java313 testGetBlocker(ParkMethod.parkBlocker); in testGetBlocker_parkBlocker()
316 testGetBlocker(ParkMethod.parkNanosBlocker); in testGetBlocker_parkNanosBlocker()
319 testGetBlocker(ParkMethod.parkUntilBlocker); in testGetBlocker_parkUntilBlocker()
321 public void testGetBlocker(final ParkMethod parkMethod) { in testGetBlocker() method in LockSupportTest
/libcore/jsr166-tests/src/test/java/jsr166/
DLockSupportTest.java289 testGetBlocker(ParkMethod.parkBlocker); in testGetBlocker_parkBlocker()
292 testGetBlocker(ParkMethod.parkNanosBlocker); in testGetBlocker_parkNanosBlocker()
295 testGetBlocker(ParkMethod.parkUntilBlocker); in testGetBlocker_parkUntilBlocker()
297 public void testGetBlocker(final ParkMethod parkMethod) { in testGetBlocker() method in LockSupportTest