Searched refs:theThread (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java1618 private Thread theThread = null; field in class:JPEGImageReader
1623 if (theThread != null) {
1624 if (theThread != currThread) {
1629 theThread + " from thread " +
1635 theThread = currThread;
1642 if (theThread == null || theThread != currThread) {
1645 " Locked thread: " + theThread +
1650 theThread = null;
H A DJPEGImageWriter.java1844 private Thread theThread = null; field in class:JPEGImageWriter
1849 if (theThread != null) {
1850 if (theThread != currThread) {
1855 theThread + " from thread " +
1861 theThread = currThread;
1868 if (theThread == null || theThread != currThread) {
1870 "Locked thread: " + theThread +
1875 theThread = null;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DORBD.java163 NameServiceStartThread theThread =
165 theThread.start( );

Completed in 5345 milliseconds