Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DStripedTest.java66 private static final Supplier<Lock> LOCK_SUPPLER = new Supplier<Lock>() { field in StripedTest
84 .add(new Striped.SmallLazyStriped<Lock>(50, LOCK_SUPPLER)) in weakImplementations()
85 .add(new Striped.SmallLazyStriped<Lock>(64, LOCK_SUPPLER)) in weakImplementations()
86 .add(new Striped.LargeLazyStriped<Lock>(50, LOCK_SUPPLER)) in weakImplementations()
87 .add(new Striped.LargeLazyStriped<Lock>(64, LOCK_SUPPLER)) in weakImplementations()