Home
last modified time | relevance | path

Searched refs:SIGQUIT (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1015 public static final int SIGQUIT; field in OsConstants
1016 static { SIGQUIT = 0; }
/libcore/libart/src/main/java/java/lang/
DDaemons.java664 Os.kill(Os.getpid(), OsConstants.SIGQUIT); in timedOut()
/libcore/luni/src/main/java/android/system/
DOsConstants.java652 public static final int SIGQUIT = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp505 initConstant(env, c, "SIGQUIT", SIGQUIT); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt480 field public static final int SIGQUIT;