Home
last modified time | relevance | path

Searched refs:SIGMASK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/sparc/
H A D_setjmp.S68 SIGMASK = 8 define
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h708 #define SIGMASK(sig) ((uint32_t)1 << (((sig) - 1) & (32 - 1))) macro
719 #define CANTMASK0 (SIGMASK(SIGKILL) | SIGMASK(SIGSTOP))
1384 ((s)->__sigbits[1] &= (MASKSET1 & ~SIGMASK(SIGCANCEL))),\