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

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c2723 vki_sigaction_toK_t sa_t; local
2725 VG_(convert_sigaction_fromK_to_toK)(&sa_f, &sa_t);
2726 if (sa_t.ksa_handler == VKI_SIG_IGN)
2727 VG_(sigaction)(i, &sa_t, NULL);
2729 sa_t.ksa_handler = VKI_SIG_DFL;
2730 VG_(sigaction)(i, &sa_t, NULL);

Completed in 39 milliseconds