Lines Matching refs:SA_SIGINFO
36 * 1) Set SA_RESETHAND and SA_SIGINFO. When the handler runs,
37 * SA_SIGINFO should be set.
120 * SA_RESETHAND and SA_SIGINFO were set. SA_SIGINFO should
121 * be clear in Linux. In Linux kernel, SA_SIGINFO is not
124 if (!(oact.sa_flags & SA_SIGINFO)) {
126 "cause SA_SIGINFO to be cleared, but it was.");
134 "cause SA_SIGINFO to be cleared");
232 int test_flags[] = { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND,
233 SA_RESETHAND | SA_SIGINFO, SA_RESETHAND | SA_SIGINFO