Lines Matching refs:SA_RESETHAND
36 * 1) Set SA_RESETHAND and SA_SIGINFO. When the handler runs,
39 * 2) Set SA_RESETHAND. When the handler runs, SIGUSR1 should be
40 * masked (SA_RESETHAND makes sigaction behave as if SA_NODEFER was
45 * SA_RESETHAND is set.
120 * SA_RESETHAND and SA_SIGINFO were set. SA_SIGINFO should
125 tst_resm(TFAIL, "SA_RESETHAND should not "
133 tst_resm(TPASS, "SA_RESETHAND did not "
139 * In Linux, SA_RESETHAND doesn't imply SA_NODEFER; sig
145 tst_resm(TFAIL, "SA_RESETHAND should cause sig to "
149 tst_resm(TPASS, "SA_RESETHAND was masked when handler "
155 * SA_RESETHAND implies SA_NODEFER unless sa_mask already
232 int test_flags[] = { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND,
233 SA_RESETHAND | SA_SIGINFO, SA_RESETHAND | SA_SIGINFO