Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_sig.c80 static const sigset_t _thr_deferset={{ variable
233 if (THR_IN_CRITICAL(curthread) && SIGISMEMBER(_thr_deferset, sig)) { in thr_sighandler()
238 ucp->uc_sigmask = _thr_deferset; in thr_sighandler()