Searched refs:POLLNVAL (Results 1 – 11 of 11) 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()
958 if ((ops & Net.POLLNVAL) != 0) { in translateReadyOps()
1115 if ((ops & Net.POLLNVAL) != 0) { in translateReadyOps()
892 public static final int POLLNVAL; field in OsConstants893 static { POLLNVAL = 0; }
812 return (jshort)POLLNVAL; in Java_sun_nio_ch_Net_pollnvalValue()
529 public static final int POLLNVAL = placeholder(); field in OsConstants
433 initConstant(env, c, "POLLNVAL", POLLNVAL); in OsConstants_initConstants()
439 field public static final int POLLNVAL;