Searched refs:nReadLocks (Results 1 – 2 of 2) sorted by relevance
349 IntStat nReadLocks = new IntStat(stats, LOCK_READ_LOCKS); in collectStats() local358 nReadLocks.increment(); in collectStats()369 nReadLocks.increment(); in collectStats()
1871 int nReadLocks = (readLocks == null) ? 0 : readLocks.size(); in collectStats() local1872 statReadLocks.add(nReadLocks); in collectStats()1875 statTotalLocks.add(nReadLocks + nWriteLocks); in collectStats()