Home
last modified time | relevance | path

Searched refs:fsigblock (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_sig.c114 atomic_add_32(&curthread->fsigblock, SIGFASTBLOCK_INC); in thr_signal_block_fast()
122 oldval = atomic_fetchadd_32(&curthread->fsigblock, -SIGFASTBLOCK_INC); in thr_signal_unblock_fast()
163 __sys_sigfastblock(SIGFASTBLOCK_SETPTR, &curthread->fsigblock); in _thr_signal_block_setup()
H A Dthr_private.h395 uint32_t fsigblock; member