Searched refs:SOLARIS_SA_NOCLDSTOP (Results 1 – 2 of 2) sorted by relevance
54 #define SOLARIS_SA_NOCLDSTOP 0x20000 macro
279 if (tmp & SOLARIS_SA_NOCLDSTOP) s.sa_flags |= SA_NOCLDSTOP; in solaris_sigaction()298 if (s2.sa_flags & SA_NOCLDSTOP) tmp |= SOLARIS_SA_NOCLDSTOP; in solaris_sigaction()