Home | History | Annotate | Download | only in coregrind

Lines Matching refs:sigaction

538          supplied when the client does 'sigaction' and give them back
856 converts the sigaction you give it into a kernel sigaction,
873 res = VG_(sigaction)( sig, &ksa, &ksa_old );
876 /* Since we got the old sigaction more or less for free, might
1038 VG_(umsg)("Warning: bad signal number %d in sigaction()\n", signo);
1044 VG_(umsg)("Warning: ignored attempt to set %s handler in sigaction();\n",
1053 VG_(umsg)("Warning: ignored attempt to set %s handler in sigaction();\n",
1335 VG_(sigaction)(sigNo, &sa, &origsa);
1348 VG_(sigaction)(sigNo, &origsa2, NULL);
2531 ret = VG_(sigaction)(i, NULL, &sa);
2557 if (VG_(sigaction)(i, &tsa, NULL) != 0) {
2563 ret = VG_(sigaction)(i, &sa2, NULL);