Searched refs:SIGRTMAX (Results 1 – 3 of 3) sorted by relevance
45 #define INTERRUPT_SIGNAL (SIGRTMAX - 2)
484 #if defined(SIGRTMAX) in OsConstants_initConstants()485 initConstant(env, c, "SIGRTMAX", SIGRTMAX); in OsConstants_initConstants()
442 public static final int SIGRTMAX = placeholder(); field in OsConstants