Searched refs:sa_t (Results 1 – 2 of 2) sorted by relevance
3047 vki_sigaction_toK_t sa_t; in PRE() local3049 VG_(convert_sigaction_fromK_to_toK)(&sa_f, &sa_t); in PRE()3050 if (sa_t.ksa_handler == VKI_SIG_IGN) in PRE()3051 VG_(sigaction)(i, &sa_t, NULL); in PRE()3053 sa_t.ksa_handler = VKI_SIG_DFL; in PRE()3054 VG_(sigaction)(i, &sa_t, NULL); in PRE()
3782 vki_sigaction_toK_t sa_t; in PRE() local3784 VG_(convert_sigaction_fromK_to_toK)(&sa_f, &sa_t); in PRE()3785 VG_(sigaction)(i, &sa_t, NULL); in PRE()