Searched refs:SIGCHLD (Results 1 – 4 of 4) sorted by relevance
207 if (sigaction(SIGCHLD, &sa, NULL) < 0) in setSIGCHLDHandler()828 CLONE_VFORK | CLONE_VM | SIGCHLD, c); in startChild()
633 public static final int SIGCHLD = placeholder(); field in OsConstants
481 initConstant(env, c, "SIGCHLD", SIGCHLD); in OsConstants_initConstants()
443 field public static final int SIGCHLD;