Home | History | Annotate | Download | only in coregrind

Lines Matching refs:sa2

2675          vki_sigaction_toK_t tsa, sa2;
2690 VG_(convert_sigaction_fromK_to_toK)( &sa, &sa2 );
2691 ret = VG_(sigaction)(i, &sa2, NULL);