Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DStripedTest.java130 Striped<Lock> stripedLock = Striped.lazyWeakLock(Integer.MAX_VALUE); in testMaximalWeakStripedLock() local
132 stripedLock.get(new Object()).lock(); in testMaximalWeakStripedLock()