Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DNativeThread.c45 #define INTERRUPT_SIGNAL (SIGRTMAX - 2)
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp490 #if defined(SIGRTMAX) in OsConstants_initConstants()
491 initConstant(env, c, "SIGRTMAX", SIGRTMAX); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java511 public static final int SIGRTMAX = placeholder(); field in OsConstants