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