Home
last modified time | relevance | path

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

/freebsd-head/lib/libthr/thread/
HDthr_sig.c87 static const sigset_t _thr_maskset={{ variable
100 __sys_sigprocmask(SIG_BLOCK, &_thr_maskset, &curthread->sigmask); in thr_signal_block_slow()
462 __sys_sigprocmask(SIG_SETMASK, &_thr_maskset, &oldset); in _thr_signal_init()
477 nact.sa_mask = _thr_maskset; in _thr_signal_init()
586 __sys_sigprocmask(SIG_SETMASK, &_thr_maskset, &oldset); in __thr_sigaction()
607 newact.sa_mask = _thr_maskset; /* mask all signals */ in __thr_sigaction()