Searched refs:SIGRTMAX (Results 1 – 7 of 7) sorted by relevance
45 #define INTERRUPT_SIGNAL (SIGRTMAX - 2)52 #define INTERRUPT_SIGNAL (SIGRTMAX - 2)
53 static int sigWakeup = (SIGRTMAX - 2);
70 static const int BLOCKED_THREAD_SIGNAL = SIGRTMAX - 2;
506 #if defined(SIGRTMAX) in OsConstants_initConstants()507 initConstant(env, c, "SIGRTMAX", SIGRTMAX); in OsConstants_initConstants()
1018 public static final int SIGRTMAX; field in OsConstants1019 static { SIGRTMAX = 0; }
653 public static final int SIGRTMAX = placeholder(); field in OsConstants
481 field public static final int SIGRTMAX;