Searched refs:SA_SIGINFO (Results 1 – 9 of 9) sorted by relevance
34 int sa_flags = SA_SIGINFO)
112 ScopedSignalHandler ssh(SIGUSR1, UnwindSignalHandler, SA_SIGINFO); in TEST()
234 sa.sa_flags = SA_ONSTACK | SA_SIGINFO; in TEST()243 ASSERT_EQ(static_cast<unsigned>(SA_ONSTACK | SA_SIGINFO), sa.sa_flags & ~sa_restorer); in TEST()292 ScopedSignalHandler ssh(SIGALRM, SigqueueSignalHandler, SA_SIGINFO); in TEST()
80 #define SA_SIGINFO 0x00000008 macro
75 #define SA_SIGINFO 0x00000004 macro
76 #define SA_SIGINFO 0x00000004 macro
79 #define SA_SIGINFO 0x00000004u macro
95 …kernel_new_action.sa_restorer = (kernel_new_action.sa_flags & SA_SIGINFO) ? &__restore_rt : &__res… in sigaction()
198 bool result = (old_action.sa_flags & SA_SIGINFO) != 0; in have_siginfo()301 action.sa_flags = SA_RESTART | SA_SIGINFO; in debuggerd_init()