Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dsigfastblock.sh116 error = __sys_sigfastblock(SIGFASTBLOCK_UNBLOCK, NULL);
/freebsd/libexec/rtld-elf/
H A Drtld_lock.c134 __sys_sigfastblock(SIGFASTBLOCK_UNBLOCK, NULL); in sig_fastunblock()
/freebsd/sys/sys/
H A Dsignalvar.h260 #define SIGFASTBLOCK_UNBLOCK 2 macro
/freebsd/lib/libthr/thread/
H A Dthr_sig.c124 __sys_sigfastblock(SIGFASTBLOCK_UNBLOCK, NULL); in thr_signal_unblock_fast()
/freebsd/sys/kern/
H A Dkern_sig.c4477 case SIGFASTBLOCK_UNBLOCK: in sys_sigfastblock()