Searched refs:POLLNVAL (Results 1 – 9 of 9) sorted by relevance
121 if ((ops & Net.POLLNVAL) != 0) in translateReadyOps()
122 if ((ops & Net.POLLNVAL) != 0) in translateReadyOps()
620 public static final short POLLNVAL;636 POLLNVAL = pollnvalValue();
322 if ((ops & Net.POLLNVAL) != 0) { in translateReadyOps()
949 if ((ops & Net.POLLNVAL) != 0) { in translateReadyOps()
1112 if ((ops & Net.POLLNVAL) != 0) { in translateReadyOps()
384 public static final int POLLNVAL = placeholder(); field in OsConstants
816 return (jshort)POLLNVAL; in Java_sun_nio_ch_Net_pollnvalValue()
410 initConstant(env, c, "POLLNVAL", POLLNVAL); in OsConstants_initConstants()