Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c3047 vki_sigaction_toK_t sa_t; in PRE() local
3049 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()
Dsyswrap-solaris.c3782 vki_sigaction_toK_t sa_t; in PRE() local
3784 VG_(convert_sigaction_fromK_to_toK)(&sa_f, &sa_t); in PRE()
3785 VG_(sigaction)(i, &sa_t, NULL); in PRE()