Searched refs:theLockCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java1619 private int theLockCount = 0; field in class:JPEGImageReader
1632 theLockCount ++;
1636 theLockCount = 1;
1648 theLockCount --;
1649 if (theLockCount == 0) {
H A DJPEGImageWriter.java1845 private int theLockCount = 0; field in class:JPEGImageWriter
1858 theLockCount ++;
1862 theLockCount = 1;
1873 theLockCount --;
1874 if (theLockCount == 0) {

Completed in 38 milliseconds