Home
last modified time | relevance | path

Searched refs:SIGRTMAX (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/native/
DNativeThread.c45 #define INTERRUPT_SIGNAL (SIGRTMAX - 2)
52 #define INTERRUPT_SIGNAL (SIGRTMAX - 2)
Dlinux_close.cpp53 static int sigWakeup = (SIGRTMAX - 2);
/libcore/luni/src/main/native/
DAsynchronousCloseMonitor.cpp70 static const int BLOCKED_THREAD_SIGNAL = SIGRTMAX - 2;
Dandroid_system_OsConstants.cpp506 #if defined(SIGRTMAX) in OsConstants_initConstants()
507 initConstant(env, c, "SIGRTMAX", SIGRTMAX); in OsConstants_initConstants()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1018 public static final int SIGRTMAX; field in OsConstants
1019 static { SIGRTMAX = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java653 public static final int SIGRTMAX = placeholder(); field in OsConstants
/libcore/api/
Dcurrent.txt481 field public static final int SIGRTMAX;