Searched defs:ECHILD (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno-base.h13 #define ECHILD 10 /* No child processes */ macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h161 no_child_process, // ECHILD
346 # ifndef ECHILD
347 # define ECHILD 10 macro
529 no_child_process = ECHILD,
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java71 public static final int ECHILD = placeholder(); field in class:OsConstants
509 if (errno == ECHILD) {
510 return "ECHILD";

Completed in 161 milliseconds