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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp718 sigset_t* os::Bsd::vm_signals() { function in class:os::Bsd
743 pthread_sigmask(SIG_UNBLOCK, vm_signals(), NULL);
746 pthread_sigmask(SIG_BLOCK, vm_signals(), NULL);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp593 sigset_t* os::Linux::vm_signals() { function in class:os::Linux
618 pthread_sigmask(SIG_UNBLOCK, vm_signals(), NULL);
621 pthread_sigmask(SIG_BLOCK, vm_signals(), NULL);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1125 thr_sigsetmask(SIG_UNBLOCK, vm_signals(), NULL);
1128 assert(!sigismember(vm_signals(), SIGINT), "SIGINT should not be blocked");
1129 thr_sigsetmask(SIG_BLOCK, vm_signals(), NULL);
1469 sigset_t* os::Solaris::vm_signals() { function in class:os::Solaris

Completed in 86 milliseconds