Searched refs:writerThread (Results 1 – 2 of 2) sorted by relevance
82 private volatile long writerThread = 0; field in SocketChannelImpl329 writerThread = 0; in writerCleanup()509 writerThread = NativeThread.current(); in write()542 writerThread = NativeThread.current(); in write()572 writerThread = NativeThread.current(); in sendOutOfBandData()847 if (writerThread != 0) in shutdownOutput()848 NativeThread.signal(writerThread); in shutdownOutput()895 if (writerThread != 0) in implCloseSelectableChannel()896 NativeThread.signal(writerThread); in implCloseSelectableChannel()926 if (readerThread == 0 && writerThread == 0) { in kill()
71 private volatile long writerThread = 0; field in DatagramChannelImpl501 writerThread = NativeThread.current(); in send()516 writerThread = 0; in send()647 writerThread = NativeThread.current(); in write()653 writerThread = 0; in write()676 writerThread = NativeThread.current(); in write()682 writerThread = 0; in write()1064 if ((th = writerThread) != 0) in implCloseSelectableChannel()