Home
last modified time | relevance | path

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

/trueos/lib/libthr/thread/
HDthr_sig.c78 static const sigset_t _thr_deferset={{ variable
178 if (THR_IN_CRITICAL(curthread) && SIGISMEMBER(_thr_deferset, sig)) { in thr_sighandler()
183 ucp->uc_sigmask = _thr_deferset; in thr_sighandler()