Searched refs:SIGRTMIN (Results 1 – 5 of 5) sorted by relevance
68 static const int BLOCKED_THREAD_SIGNAL = SIGRTMIN + 2;
509 #if defined(SIGRTMIN) in OsConstants_initConstants()510 initConstant(env, c, "SIGRTMIN", SIGRTMIN); in OsConstants_initConstants()
1021 public static final int SIGRTMIN; field in OsConstants1022 static { SIGRTMIN = 0; }
654 public static final int SIGRTMIN = placeholder(); field in OsConstants
482 field public static final int SIGRTMIN;