Searched refs:suckOut (Results 1 – 1 of 1) sorted by relevance
154 Thread suckOut = null; in run() local191 suckOut = new Thread(new ThreadCharactersStreamSucker(proc.getInputStream(), in run()194 suckOut = new Thread( in run()213 if (suckOut != null) { in run()214 suckOut.start(); in run()224 if (suckOut != null) { in run()225 suckOut.join(); in run()