Searched refs:writerThread (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketChannelImpl.java82 private volatile long writerThread = 0; field in class:SocketChannelImpl
329 writerThread = 0;
509 writerThread = NativeThread.current();
542 writerThread = NativeThread.current();
572 writerThread = NativeThread.current();
847 if (writerThread != 0)
848 NativeThread.signal(writerThread);
895 if (writerThread != 0)
896 NativeThread.signal(writerThread);
926 if (readerThread == 0 && writerThread
[all...]
H A DDatagramChannelImpl.java89 private volatile long writerThread = 0; field in class:DatagramChannelImpl
510 writerThread = NativeThread.current();
524 writerThread = 0;
655 writerThread = NativeThread.current();
661 writerThread = 0;
684 writerThread = NativeThread.current();
690 writerThread = 0;
1072 if ((th = writerThread) != 0)

Completed in 20 milliseconds