Searched refs:get_resetted_sighandler (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/os/windows/vm/
H A DvmError_windows.cpp36 address VMError::get_resetted_sighandler(int sig) { function in class:VMError
/openjdk10/hotspot/src/os/posix/vm/
H A DvmError_posix.cpp96 address VMError::get_resetted_sighandler(int sig) { function in class:VMError
/openjdk10/hotspot/src/share/vm/utilities/
H A DvmError.hpp179 static address get_resetted_sighandler(int sig);
/openjdk10/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3191 address rh = VMError::get_resetted_sighandler(sig);
/openjdk10/hotspot/src/os/aix/vm/
H A Dos_aix.cpp3196 address rh = VMError::get_resetted_sighandler(sig);
/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1890 address rh = VMError::get_resetted_sighandler(sig);
/openjdk10/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4614 address rh = VMError::get_resetted_sighandler(sig);

Completed in 293 milliseconds