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()
958 if ((ops & Net.POLLNVAL) != 0) { in translateReadyOps()
1115 if ((ops & Net.POLLNVAL) != 0) { in translateReadyOps()
816 return (jshort)POLLNVAL; in Java_sun_nio_ch_Net_pollnvalValue()
420 public static final int POLLNVAL = placeholder(); field in OsConstants
417 initConstant(env, c, "POLLNVAL", POLLNVAL); in OsConstants_initConstants()