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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_sig.c80 static const sigset_t _thr_deferset={{ variable
180 if (THR_IN_CRITICAL(curthread) && SIGISMEMBER(_thr_deferset, sig)) {
185 ucp->uc_sigmask = _thr_deferset;

Completed in 43 milliseconds