Home | History | Annotate | Download | only in coregrind

Lines Matching refs:sa2

2776          vki_sigaction_toK_t tsa, sa2;
2791 VG_(convert_sigaction_fromK_to_toK)( &sa, &sa2 );
2792 ret = VG_(sigaction)(i, &sa2, NULL);