Searched refs:POLLOUT (Results 1 – 13 of 13) sorted by relevance
130 if (((ops & Net.POLLOUT) != 0) && in translateReadyOps()148 ops = Net.POLLOUT; in translateAndSetInterestOps()
621 public static final short POLLOUT;642 POLLOUT = polloutValue();
157 events |= Net.POLLOUT; in updateEvents()218 boolean writable = (events & Net.POLLOUT) > 0; in onEvent()
986 if (((ops & Net.POLLOUT) != 0) && in translateReadyOps()1033 newOps |= Net.POLLOUT; in translateAndSetInterestOps()
1132 if (((ops & Net.POLLOUT) != 0) && in translateReadyOps()1179 newOps |= Net.POLLOUT; in translateAndSetInterestOps()
65 poller.events = POLLOUT; in Java_sun_nio_ch_SocketChannelImpl_checkConnect()
794 return (jshort)POLLOUT; in Java_sun_nio_ch_Net_polloutValue()818 return (jshort)POLLOUT; in Java_sun_nio_ch_Net_pollconnValue()
1370 pfd.events |= POLLOUT;1372 pfd.events |= POLLOUT;
895 public static final int POLLOUT; field in OsConstants896 static { POLLOUT = 0; }
325 pollFds[0].events = (short) POLLOUT; in isConnected()
530 public static final int POLLOUT = placeholder(); field in OsConstants
434 initConstant(env, c, "POLLOUT", POLLOUT); in OsConstants_initConstants()
440 field public static final int POLLOUT;