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

/openjdk7/jdk/src/share/classes/com/sun/tools/example/trace/
H A DStreamRedirectThread.java40 * StreamRedirectThread is a thread which copies it's input to
45 class StreamRedirectThread extends Thread { class in inherits:Thread
58 StreamRedirectThread(String name, InputStream in, OutputStream out) { method in class:StreamRedirectThread
H A DTrace.java184 errThread = new StreamRedirectThread("error reader",
187 outThread = new StreamRedirectThread("output reader",
/openjdk7/hotspot/test/runtime/7158988/
H A DFieldMonitor.java101 Thread outThread = new StreamRedirectThread("out reader", process.getInputStream());
102 Thread errThread = new StreamRedirectThread("error reader", process.getErrorStream());
220 class StreamRedirectThread extends Thread { class in inherits:Thread
232 StreamRedirectThread(String name, InputStream in) { method in class:StreamRedirectThread

Completed in 38 milliseconds