Home
last modified time | relevance | path

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

/freebsd-head/libexec/rtld-elf/
HDrtld_lock.c86 static uint32_t fsigblock; variable
131 assert((fsigblock & ~SIGFASTBLOCK_FLAGS) >= SIGFASTBLOCK_INC); in sig_fastunblock()
132 oldval = atomic_fetchadd_32(&fsigblock, -SIGFASTBLOCK_INC); in sig_fastunblock()
159 atomic_add_32(&fsigblock, SIGFASTBLOCK_INC); in def_lock_acquire()
369 __sys_sigfastblock(SIGFASTBLOCK_SETPTR, &fsigblock); in lockdflt_init()
415 fsigblock = 0; in _rtld_thread_init()
/freebsd-head/lib/libthr/thread/
HDthr_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()
HDthr_private.h395 uint32_t fsigblock; member