Searched refs:SOCK_NONBLOCK (Results 1 – 5 of 5) sorted by relevance
1090 public static final int SOCK_NONBLOCK; field in OsConstants1091 static { SOCK_NONBLOCK = 0; }
71 assertEquals(OsConstants.O_NONBLOCK, OsConstants.SOCK_NONBLOCK); in testConstantsEqual()
700 public static final int SOCK_NONBLOCK = placeholder(); field in OsConstants
536 initConstant(env, c, "SOCK_NONBLOCK", SOCK_NONBLOCK); in OsConstants_initConstants()
505 field public static final int SOCK_NONBLOCK;