Searched refs:SIGNIFICANT_SIGNAL_MASK (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4430 #ifdef SIGNIFICANT_SIGNAL_MASK
4431 #undef SIGNIFICANT_SIGNAL_MASK macro
4433 #define SIGNIFICANT_SIGNAL_MASK (~0x04000000) macro
4458 // See comment for SIGNIFICANT_SIGNAL_MASK define
4459 sa.sa_flags &= SIGNIFICANT_SIGNAL_MASK;
4481 sa.sa_flags = VMError::get_resetted_sigflags(sig) & SIGNIFICANT_SIGNAL_MASK;
4556 act.sa_flags &= SIGNIFICANT_SIGNAL_MASK;
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4244 #ifdef SIGNIFICANT_SIGNAL_MASK
4245 #undef SIGNIFICANT_SIGNAL_MASK macro
4247 #define SIGNIFICANT_SIGNAL_MASK (~0x04000000) macro
4272 // See comment for SIGNIFICANT_SIGNAL_MASK define
4273 sa.sa_flags &= SIGNIFICANT_SIGNAL_MASK;
4295 sa.sa_flags = VMError::get_resetted_sigflags(sig) & SIGNIFICANT_SIGNAL_MASK;
4370 act.sa_flags &= SIGNIFICANT_SIGNAL_MASK;

Completed in 89 milliseconds