Searched refs:SA_RESETHAND (Results 1 – 21 of 21) sorted by relevance
46 # ifndef SA_RESETHAND73 # ifndef SA_RESETHAND in __sigvec()105 # ifdef SA_RESETHAND in __sigvec()107 sa_flags |= SA_RESETHAND; in __sigvec()119 # ifndef SA_RESETHAND in __sigvec()150 # ifndef SA_RESETHAND in __sigvec()158 if (sa_flags & SA_RESETHAND) in __sigvec()180 # ifndef SA_RESETHAND
46 TEST_VERIFY (!(act.sa_flags & SA_RESETHAND)); in do_test()
65 # define SA_RESETHAND 0x0004 /* Reset to SIG_DFL on entry to handler. */ macro75 # define SA_ONESHOT SA_RESETHAND
64 # define SA_RESETHAND 0x00000010 /* Reset to SIG_DFL on entry to handler. */ macro71 # define SA_ONESHOT SA_RESETHAND
67 # define SA_RESETHAND 0x00000004 /* Reset to SIG_DFL on entry to handler. */ macro77 # define SA_ONESHOT SA_RESETHAND
64 # define SA_RESETHAND 0x80000000 /* Reset to SIG_DFL on entry to handler. */ macro71 # define SA_ONESHOT SA_RESETHAND
67 # define SA_RESETHAND 0x80000000 /* Reset to SIG_DFL on entry to handler. */ macro74 # define SA_ONESHOT SA_RESETHAND
73 # define SA_RESETHAND 0x00000004 /* Reset to SIG_DFL on entry to handler. */ macro80 # define SA_ONESHOT SA_RESETHAND
70 # define SA_RESETHAND 0x80000000 /* Reset to SIG_DFL on entry to handler. */ macro80 # define SA_ONESHOT SA_RESETHAND
101 # define SA_RESETHAND 0x80000000 /* Reset to SIG_DFL on entry to handler. */ macro108 # define SA_ONESHOT SA_RESETHAND
62 .sa_flags = SA_RESETHAND | SA_SIGINFO,
1134 if (! (action->sa_flags & (SA_RESETHAND | SA_NODEFER))) in weak_alias()1140 if (action->sa_flags & SA_RESETHAND in weak_alias()
124 constant SA_RESETHAND
959 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
1865 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
578 SA_RESETHAND and SA_NODEFER.844 * hurd/hurdsig.c (_hurd_internal_post_signal): Support SA_RESETHAND848 (SA_NODEFER, SA_RESETHAND): New macros, same bit values as FreeBSD.
38221 (SA_RESETHAND): Likewise.38229 (SA_RESETHAND): Likewise.38237 (SA_RESETHAND): Likewise.38245 (SA_RESETHAND): Likewise.38253 (SA_RESETHAND): Likewise.38261 (SA_RESETHAND): Likewise.38269 (SA_RESETHAND): Likewise.38277 (SA_RESETHAND): Likewise.38280 (SA_ONESHOT): Define as alias of SA_RESETHAND, only for38290 (SA_RESETHAND): Likewise.
15469 * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and15470 implement SV_RESETHAND by translating it to SA_RESETHAND.
6362 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h (SA_RESETHAND): Add it.
1408 and SA_RESETHAND now available in Base.
2014 (SA_RESETHAND): Likewise.4075 (SA_RESETHAND): Likewise.33175 * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h (SA_RESETHAND,82994 SA_NODEFER, SA_RESETHAND.