Searched refs:SIGRTMIN (Results 1 – 3 of 3) sorted by relevance
68 static const int BLOCKED_THREAD_SIGNAL = SIGRTMIN + 2;
489 #if defined(SIGRTMIN) in OsConstants_initConstants()490 initConstant(env, c, "SIGRTMIN", SIGRTMIN); in OsConstants_initConstants()
512 public static final int SIGRTMIN = placeholder(); field in OsConstants