Searched defs:INTERRUPT_SIGNAL (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DNativeThread.c41 #define INTERRUPT_SIGNAL (__SIGRTMAX - 2) macro
56 /* Install the null handler for INTERRUPT_SIGNAL. This might overwrite the
68 if (sigaction(INTERRUPT_SIGNAL, &sa, &osa) < 0)
88 if (pthread_kill((pthread_t)thread, INTERRUPT_SIGNAL))
/openjdk7/hotspot/src/os/linux/vm/
H A Djvm_linux.h91 #define INTERRUPT_SIGNAL SIGUSR1 /* Interruptible I/O support. */ macro
/openjdk7/hotspot/src/os/bsd/vm/
H A Djvm_bsd.h110 #define INTERRUPT_SIGNAL SIGUSR1 /* Interruptible I/O support. */ macro
/openjdk7/hotspot/src/os/solaris/vm/
H A Djvm_solaris.h88 #define INTERRUPT_SIGNAL SIGUSR1 /* Interruptible I/O support. */ macro

Completed in 1671 milliseconds