Searched refs:SIGTERM (Results 1 – 6 of 6) sorted by relevance
87 #define JVM_SIGTERM SIGTERM
1058 kill(pid, SIGTERM); in UNIXProcess_destroyProcess()
1036 public static final int SIGTERM; field in OsConstants1037 static { SIGTERM = 0; }
659 public static final int SIGTERM = placeholder(); field in OsConstants
518 initConstant(env, c, "SIGTERM", SIGTERM); in OsConstants_initConstants()
487 field public static final int SIGTERM;