Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DAsynchronousCloseMonitor.cpp68 static const int BLOCKED_THREAD_SIGNAL = SIGRTMIN + 2;
Dandroid_system_OsConstants.cpp489 #if defined(SIGRTMIN) in OsConstants_initConstants()
490 initConstant(env, c, "SIGRTMIN", SIGRTMIN); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java512 public static final int SIGRTMIN = placeholder(); field in OsConstants