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()
624 public static final short POLLNVAL;645 POLLNVAL = pollnvalValue();
321 if ((ops & Net.POLLNVAL) != 0) { in translateReadyOps()
951 if ((ops & Net.POLLNVAL) != 0) { in translateReadyOps()
1116 if ((ops & Net.POLLNVAL) != 0) { in translateReadyOps()
798 return (jshort)POLLNVAL; in Java_sun_nio_ch_Net_pollnvalValue()
385 public static final int POLLNVAL = placeholder(); field in OsConstants
411 initConstant(env, c, "POLLNVAL", POLLNVAL); in OsConstants_initConstants()