Home
last modified time | relevance | path

Searched refs:SIGTERM (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/native/
Djvm_md.h85 #define JVM_SIGTERM SIGTERM
DUNIXProcess_md.c969 kill(pid, SIGTERM); in UNIXProcess_destroyProcess()
/libcore/luni/src/main/java/android/system/
DOsConstants.java445 public static final int SIGTERM = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp492 initConstant(env, c, "SIGTERM", SIGTERM); in OsConstants_initConstants()