mirror of
https://github.com/corda/corda.git
synced 2025-01-09 06:23:04 +00:00
3862128a3a
On POSIX systems, Avian sends a special signal to a thread to implement Thread.getStackTrace() when called from a different thread. If the target thread is blocked on a call to accept when this happens, it will return -1, with errno set to EINTR. Instead of treating this as an error, we now just loop and call accept again. |
||
---|---|---|
.. | ||
Channel.java | ||
ReadableByteChannel.java | ||
SelectableChannel.java | ||
SelectionKey.java | ||
Selector.java | ||
ServerSocketChannel.java | ||
SocketChannel.java | ||
SocketSelector.java | ||
UnsupportedAddressTypeException.java | ||
WritableByteChannel.java |