Searched refs:readFromProcess (Results 1 – 1 of 1) sorted by relevance
575 final Thread readFromProcess; in handleExecuteShellCommandProcess() local580 readFromProcess = new Thread(new Repeater(sink_in, sink_out)); in handleExecuteShellCommandProcess()581 readFromProcess.start(); in handleExecuteShellCommandProcess()583 readFromProcess = null; in handleExecuteShellCommandProcess()617 if (readFromProcess != null) { in handleExecuteShellCommandProcess()618 readFromProcess.join(); in handleExecuteShellCommandProcess()