Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Djvm_md.h87 #define JVM_SIGTERM SIGTERM
DUNIXProcess_md.c1058 kill(pid, SIGTERM); in UNIXProcess_destroyProcess()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1036 public static final int SIGTERM; field in OsConstants
1037 static { SIGTERM = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java659 public static final int SIGTERM = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp518 initConstant(env, c, "SIGTERM", SIGTERM); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt487 field public static final int SIGTERM;