Searched refs:SIGRTMIN (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Djvm_bsd.h115 #ifndef SIGRTMIN
117 #define SIGRTMIN 1 macro
119 #define SIGRTMIN 33 macro
/openjdk7/hotspot/src/os/solaris/vm/
H A Djvm_solaris.h96 #define ALT_INTERRUPT_SIGNAL (SIGRTMIN + SIGRTMAX)/2 /* alternate intio signal */
H A Dos_solaris.cpp1393 // Note: SIGRTMIN is a macro that calls sysconf() so it will
1394 // dynamically detect SIGRTMIN value for the system at runtime, not buildtime
1396 return SIGJVM1 < SIGRTMIN;

Completed in 67 milliseconds