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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4558 address thisHandler = (act.sa_flags & SA_SIGINFO) local
4593 if (thisHandler != jvmHandler) {
4596 tty->print_cr(" found:%s", get_signal_handler_name(thisHandler, buf, O_BUFLEN));
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4372 address thisHandler = (act.sa_flags & SA_SIGINFO) local
4407 if (thisHandler != jvmHandler) {
4410 tty->print_cr(" found:%s", get_signal_handler_name(thisHandler, buf, O_BUFLEN));
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp4852 address thisHandler = (act.sa_flags & SA_SIGINFO) local
4889 if (thisHandler != jvmHandler) {
4892 tty->print_cr(" found:%s", get_signal_handler_name(thisHandler, buf, O_BUFLEN));

Completed in 89 milliseconds