Searched refs:BREAK_SIGNAL (Results 1 - 12 of 12) sorted by relevance

/openjdk9/hotspot/src/os/bsd/vm/
H A Djvm_bsd.cpp58 case BREAK_SIGNAL:
90 // BREAK_SIGNAL to be raised when ReduceSignalUsage is set, since
94 sig == SHUTDOWN3_SIGNAL || sig == BREAK_SIGNAL) {
H A Djvm_bsd.h109 #define BREAK_SIGNAL SIGQUIT /* Thread dumping support. */ macro
H A Dos_bsd.cpp557 // BREAK_SIGNAL which is unblocked only by the VM thread and blocked by all
562 // interference with shutdown hooks and BREAK_SIGNAL thread dumping.
591 sigaddset(&vm_sigs, BREAK_SIGNAL);
630 // Only the VM thread handles BREAK_SIGNAL ...
633 // ... all other threads block BREAK_SIGNAL
1731 print_signal_handler(st, BREAK_SIGNAL, buf, buflen);
3313 DO_SIGNAL_CHECK(BREAK_SIGNAL);
3358 case BREAK_SIGNAL:
/openjdk9/hotspot/src/os/linux/vm/
H A Djvm_linux.cpp58 case BREAK_SIGNAL:
90 // BREAK_SIGNAL to be raised when ReduceSignalUsage is set, since
94 sig == SHUTDOWN3_SIGNAL || sig == BREAK_SIGNAL) {
H A Djvm_linux.h90 #define BREAK_SIGNAL SIGQUIT /* Thread dumping support. */ macro
H A Dos_linux.cpp410 // BREAK_SIGNAL which is unblocked only by the VM thread and blocked by all
415 // interference with shutdown hooks and BREAK_SIGNAL thread dumping.
447 sigaddset(&vm_sigs, BREAK_SIGNAL);
486 // Only the VM thread handles BREAK_SIGNAL ...
489 // ... all other threads block BREAK_SIGNAL
2292 print_signal_handler(st, BREAK_SIGNAL, buf, buflen);
4626 DO_SIGNAL_CHECK(BREAK_SIGNAL);
4671 case BREAK_SIGNAL:
/openjdk9/hotspot/src/os/solaris/vm/
H A Djvm_solaris.cpp57 case BREAK_SIGNAL:
88 // BREAK_SIGNAL to be raised when ReduceSignalUsage is set, since
92 sig == SHUTDOWN3_SIGNAL || sig == BREAK_SIGNAL) {
H A Djvm_solaris.h87 #define BREAK_SIGNAL SIGQUIT /* Thread dumping support. */ macro
H A Dos_solaris.cpp827 // Only the VM thread handles BREAK_SIGNAL ...
830 // ... all other threads block BREAK_SIGNAL
1056 // BREAK_SIGNAL which is unblocked only by the VM thread and blocked by all
1061 // interference with shutdown hooks and BREAK_SIGNAL thread dumping.
1095 sigaddset(&vm_sigs, BREAK_SIGNAL);
2010 print_signal_handler(st, BREAK_SIGNAL, buf, buflen);
3763 // SIGBUS, SIGSEGV, SIGILL, SIGFPE, BREAK_SIGNAL, SIGPIPE, SIGXFSZ,
3971 DO_SIGNAL_CHECK(BREAK_SIGNAL);
4014 case BREAK_SIGNAL:
/openjdk9/hotspot/src/os/aix/vm/
H A Djvm_aix.cpp59 case BREAK_SIGNAL:
91 // BREAK_SIGNAL to be raised when ReduceSignalUsage is set, since
95 sig == SHUTDOWN3_SIGNAL || sig == BREAK_SIGNAL) {
H A Djvm_aix.h111 #define BREAK_SIGNAL SIGQUIT /* Thread dumping support. */ macro
H A Dos_aix.cpp619 // BREAK_SIGNAL which is unblocked only by the VM thread and blocked by all
624 // interference with shutdown hooks and BREAK_SIGNAL thread dumping.
654 sigaddset(&vm_sigs, BREAK_SIGNAL);
691 // Only the VM thread handles BREAK_SIGNAL ...
694 // ... all other threads block BREAK_SIGNAL
1553 print_signal_handler(st, BREAK_SIGNAL, buf, buflen);
3283 DO_SIGNAL_CHECK(BREAK_SIGNAL);
3323 case BREAK_SIGNAL:

Completed in 111 milliseconds