Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DAsynchronousCloseMonitor.cpp68 static const int BLOCKED_THREAD_SIGNAL = SIGRTMIN + 2;
Dandroid_system_OsConstants.cpp509 #if defined(SIGRTMIN) in OsConstants_initConstants()
510 initConstant(env, c, "SIGRTMIN", SIGRTMIN); in OsConstants_initConstants()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1021 public static final int SIGRTMIN; field in OsConstants
1022 static { SIGRTMIN = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java654 public static final int SIGRTMIN = placeholder(); field in OsConstants
/libcore/api/
Dcurrent.txt482 field public static final int SIGRTMIN;