Searched refs:SIGINT (Results 1 – 5 of 5) sorted by relevance
86 #define JVM_SIGINT SIGINT
997 public static final int SIGINT; field in OsConstants998 static { SIGINT = 0; }
646 public static final int SIGINT = placeholder(); field in OsConstants
497 initConstant(env, c, "SIGINT", SIGINT); in OsConstants_initConstants()
474 field public static final int SIGINT;