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

/illumos-gate/usr/src/uts/common/sys/
H A Dsignal.h72 } k_sigset_t; typedef in typeref:struct:__anon9050
251 extern const k_sigset_t nullsmask; /* a null signal mask */
252 extern const k_sigset_t fillset; /* all signals, guaranteed contiguous */
253 extern const k_sigset_t cantmask; /* cannot be caught or ignored */
254 extern const k_sigset_t cantreset; /* cannot be reset after catching */
255 extern const k_sigset_t ignoredefault; /* ignored by default */
256 extern const k_sigset_t stopdefault; /* stop by default */
257 extern const k_sigset_t coredefault; /* dumps core by default */
258 extern const k_sigset_t holdvfork; /* held while doing vfork */
319 extern void setsigact(int, void (*)(int), const k_sigset_t *, in
[all...]

Completed in 60 milliseconds