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

/libcore/luni/src/test/java/libcore/java/io/
H A DOldPipedWriterTest.java72 Thread readerThread; field in class:OldPipedWriterTest
96 readerThread = new Thread(reader = new PReader(rd), "Constructor(Reader)");
97 readerThread.start();
139 readerThread = new Thread(reader = new PReader(rd), "connect");
140 readerThread.start();
161 readerThread = new Thread(reader = new PReader(pw), "flush");
162 readerThread.start();
205 readerThread = new Thread(reader = new PReader(pw), "writeCII");
206 readerThread.start();
216 readerThread
[all...]
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketChannelImpl.java81 private volatile long readerThread = 0; field in class:SocketChannelImpl
321 readerThread = 0;
367 readerThread = NativeThread.current();
477 readerThread = NativeThread.current();
683 readerThread = NativeThread.current();
756 readerThread = NativeThread.current();
787 readerThread = 0;
830 if (readerThread != 0)
831 NativeThread.signal(readerThread);
892 if (readerThread !
[all...]
H A DDatagramChannelImpl.java88 private volatile long readerThread = 0; field in class:DatagramChannelImpl
390 readerThread = NativeThread.current();
425 readerThread = 0;
599 readerThread = NativeThread.current();
605 readerThread = 0;
628 readerThread = NativeThread.current();
634 readerThread = 0;
1070 if ((th = readerThread) != 0)
1160 readerThread = NativeThread.current();
1164 readerThread
[all...]

Completed in 255 milliseconds