Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/common/
H A Dmythread.h87 mythread_sigmask(int how, const sigset_t *restrict set, in mythread_sigmask() function
165 mythread_sigmask(int how, const sigset_t *restrict set, in mythread_sigmask() function
189 mythread_sigmask(SIG_SETMASK, &all, &old); in mythread_create()
191 mythread_sigmask(SIG_SETMASK, &old, NULL); in mythread_create()
/freebsd/contrib/xz/src/xz/
H A Dsignals.c147 mythread_sigmask(SIG_BLOCK, &hooked_signals, NULL); in signals_block()
164 mythread_sigmask(SIG_UNBLOCK, &hooked_signals, NULL); in signals_unblock()
/freebsd/contrib/xz/
H A DChangeLog617 and mythread_sigmask() were omitted from mythread.h in the commit
619 src/xz/signals.c needs mythread_sigmask() (liblzma-only build was fine).
621 If __wasm__ is defined, omit <signal.h> and mythread_sigmask() in