Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/xz/src/common/
HDmythread.h87 mythread_sigmask(int how, const sigset_t *restrict set, in mythread_sigmask() function
138 mythread_sigmask(int how, const sigset_t *restrict set, in mythread_sigmask() function
162 mythread_sigmask(SIG_SETMASK, &all, &old); in mythread_create()
164 mythread_sigmask(SIG_SETMASK, &old, NULL); in mythread_create()
/freebsd-11-stable/contrib/xz/src/xz/
HDsignals.c125 mythread_sigmask(SIG_BLOCK, &hooked_signals, NULL); in signals_block()
142 mythread_sigmask(SIG_UNBLOCK, &hooked_signals, NULL); in signals_unblock()