Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dsigfastblock.sh96 error = __sys_sigfastblock(SIGFASTBLOCK_SETPTR, &block);
/freebsd/libexec/rtld-elf/
H A Drtld_lock.c363 __sys_sigfastblock(SIGFASTBLOCK_SETPTR, &fsigblock); in lockdflt_init()
/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.c4464 case SIGFASTBLOCK_SETPTR: in sys_sigfastblock()