Home
last modified time | relevance | path

Searched refs:CANTMASK0 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsignal.h267 #define CANTMASK0 (sigmask(SIGKILL)|sigmask(SIGSTOP)) macro
279 ((ks)->__sigbits[0] = (us)->__sigbits[0] & (FILLSET0 & ~CANTMASK0), \
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigprocmask.c55 bits0 &= (FILLSET0 & ~CANTMASK0); in lwp_sigmask()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h719 #define CANTMASK0 (SIGMASK(SIGKILL) | SIGMASK(SIGSTOP)) macro
724 #define MASKSET0 (FILLSET0 & ~CANTMASK0)
/illumos-gate/usr/src/uts/common/os/
H A Dschedctl.c362 t->t_hold.__sigbits[0] = FILLSET0 & ~CANTMASK0; in schedctl_finish_sigblock()
H A Dsig.c71 {CANTMASK0, CANTMASK1, CANTMASK2};
2229 CANTMASK0); in sigcheck()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1110 t->t_hold.__sigbits[0] = FILLSET0 & ~CANTMASK0; in gcore_schedctl_finish_sigblock()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c955 set.__sigbits[0] = FILLSET0 & ~CANTMASK0; in prgethold()