Searched refs:SIGasync (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp135 static int SIGasync() { return _SIGasync; } function in class:Solaris
H A Dos_solaris.cpp1434 sigaddset(&unblocked_sigs, os::Solaris::SIGasync());
2477 print_signal_handler(st, os::Solaris::SIGasync(), buf, buflen);
4347 sigdelset(&suspend_set, os::Solaris::SIGasync());
4464 int status = thr_kill(osthread->thread_id(), os::Solaris::SIGasync());
4607 // os::Solaris::SIGasync
4831 DO_SIGNAL_CHECK(os::Solaris::SIGasync());
4876 int asynsig = os::Solaris::SIGasync();
4946 if (os::Solaris::SIGinterrupt() > OLDMAXSIGNUM || os::Solaris::SIGasync() > OLDMAXSIGNUM) {
4959 set_signal_handler(os::Solaris::SIGasync(), true, true);
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp349 if (sig == os::Solaris::SIGasync()) {
356 // If os::Solaris::SIGasync not chained, and this is a non-vm and
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp410 if (sig == os::Solaris::SIGasync()) {
417 // If os::Solaris::SIGasync not chained, and this is a non-vm and

Completed in 266 milliseconds