Home
last modified time | relevance | path

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

/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