Searched defs:SIGMASK (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/stand/lib/sa/sparc/ | ||
H A D | _setjmp.s | 68 SIGMASK = 8 define |
/titanic_41/usr/src/lib/libc/inc/ | ||
H A D | thr_uberdata.h | 700 #define SIGMASK(sig) ((uint32_t)1 << (((sig) - 1) & (32 - 1))) macro |