Home | History | Annotate | Download | only in coregrind

Lines Matching defs:sa2

3045          vki_sigaction_toK_t tsa, sa2;
3061 VG_(convert_sigaction_fromK_to_toK)( &sa, &sa2 );
3062 ret = VG_(sigaction)(i, &sa2, NULL);