Searched refs:vm_signals (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/os/aix/vm/
H A Dos_aix.hpp133 static sigset_t* vm_signals();
H A Dos_aix.cpp667 sigset_t* os::Aix::vm_signals() { function in class:os::Aix
692 pthread_sigmask(SIG_UNBLOCK, vm_signals(), NULL);
695 pthread_sigmask(SIG_BLOCK, vm_signals(), NULL);
/openjdk9/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp116 static sigset_t* vm_signals();
H A Dos_bsd.cpp606 sigset_t* os::Bsd::vm_signals() { function in class:os::Bsd
631 pthread_sigmask(SIG_UNBLOCK, vm_signals(), NULL);
634 pthread_sigmask(SIG_BLOCK, vm_signals(), NULL);
/openjdk9/hotspot/src/os/linux/vm/
H A Dos_linux.hpp159 static sigset_t* vm_signals();
H A Dos_linux.cpp462 sigset_t* os::Linux::vm_signals() { function in class:os::Linux
487 pthread_sigmask(SIG_UNBLOCK, vm_signals(), NULL);
490 pthread_sigmask(SIG_BLOCK, vm_signals(), NULL);
/openjdk9/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp265 static sigset_t* vm_signals();
H A Dos_solaris.cpp828 pthread_sigmask(SIG_UNBLOCK, vm_signals(), NULL);
831 assert(!sigismember(vm_signals(), SIGINT), "SIGINT should not be blocked");
832 pthread_sigmask(SIG_BLOCK, vm_signals(), NULL);
1112 sigset_t* os::Solaris::vm_signals() { function in class:os::Solaris

Completed in 107 milliseconds