Searched refs:SIGBREAK (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Djvm_windows.cpp54 case SIGBREAK:
83 sig == SIGBREAK) {
117 "BREAK", SIGBREAK, /* Ctrl-Break sequence */
H A DattachListener_windows.cpp32 #include <signal.h> // SIGBREAK
380 os::signal_notify(SIGBREAK);
H A Dos_windows.cpp1840 // a signal handler for SIGBREAK is installed then that signal handler
1856 if ((signal_number == SIGBREAK) && (!ReduceSignalUsage)) {
1870 // into SIGBREAK, which makes it impossible to distinguish ^BREAK from close,
1888 (*sigbreakHandler)(SIGBREAK);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp220 // SIGBREAK is sent by the keyboard to query the VM state
221 #ifndef SIGBREAK
222 #define SIGBREAK SIGQUIT macro
244 case SIGBREAK: {
251 // Any SIGBREAK operations added here should make sure to flush
367 os::signal(SIGBREAK, os::user_handler());

Completed in 76 milliseconds