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

/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 50 milliseconds