Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:sa_t

3064          vki_sigaction_toK_t   sa_t;
3066 VG_(convert_sigaction_fromK_to_toK)(&sa_f, &sa_t);
3067 if (sa_t.ksa_handler == VKI_SIG_IGN)
3068 VG_(sigaction)(i, &sa_t, NULL);
3070 sa_t.ksa_handler = VKI_SIG_DFL;
3071 VG_(sigaction)(i, &sa_t, NULL);