Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/sa/sparc/
H A D_setjmp.s68 SIGMASK = 8 define
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h700 #define SIGMASK(sig) ((uint32_t)1 << (((sig) - 1) & (32 - 1))) macro