Home | History | Annotate | Download | only in coregrind

Lines Matching refs:tmp_sig_mask

1211       VG_(threads)[tid].tmp_sig_mask = VG_(threads)[tid].sig_mask;
1790 tst->tmp_sig_mask is the same as sig_mask, unless we're in sigsuspend
1793 Handler gets a mask of tmp_sig_mask|handler_mask|signo
1795 tst->sig_mask = tst->tmp_sig_mask;
1799 tst->tmp_sig_mask = tst->sig_mask;
2733 VG_(threads)[1].tmp_sig_mask = saved_procmask;