HomeSort by relevance Sort by last modified time
    Searched defs:ECHILD (Results 26 - 27 of 27) sorted by null

12

  /external/llvm/include/llvm/Support/
system_error.h 161 no_child_process, // ECHILD
346 # ifndef ECHILD
347 # define ECHILD 10
540 no_child_process = ECHILD,
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 71 public static final int ECHILD = placeholder();
509 if (errno == ECHILD) {
510 return "ECHILD";

Completed in 335 milliseconds

12