Home
last modified time | relevance | path

Searched refs:SIGFASTBLOCK_SETPTR (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dsigfastblock.sh96 error = __sys_sigfastblock(SIGFASTBLOCK_SETPTR, &block);
/freebsd/sys/sys/
H A Dsignalvar.h259 #define SIGFASTBLOCK_SETPTR 1 macro
/freebsd/lib/libthr/thread/
H A Dthr_sig.c163 __sys_sigfastblock(SIGFASTBLOCK_SETPTR, &curthread->fsigblock); in _thr_signal_block_setup()
/freebsd/sys/kern/
H A Dkern_sig.c4462 case SIGFASTBLOCK_SETPTR: in sys_sigfastblock()