Home
last modified time | relevance | path

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

/libcore/libart/src/main/java/java/lang/
DDaemons.java406 Os.kill(Os.getpid(), OsConstants.SIGQUIT); in finalizerTimedOut()
/libcore/luni/src/main/java/android/system/
DOsConstants.java438 public static final int SIGQUIT = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp479 initConstant(env, c, "SIGQUIT", SIGQUIT); in OsConstants_initConstants()