Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DStriped.java159 int currentStripe = stripes[i]; in bulkGet() local
160 if (currentStripe == previousStripe) { in bulkGet()
163 array[i] = getAt(currentStripe); in bulkGet()
164 previousStripe = currentStripe; in bulkGet()