Searched refs:ECHILD (Results 1 – 5 of 5) sorted by relevance
282 public static final int ECHILD; field in OsConstants283 static { ECHILD = 0; }
253 public static final int ECHILD = placeholder(); field in OsConstants1035 if (errno == ECHILD) { in errnoName()
341 case ECHILD: return 0; in UNIXProcess_waitForProcessExit()
153 initConstant(env, c, "ECHILD", ECHILD); in OsConstants_initConstants()
237 field public static final int ECHILD;