Home | History | Annotate | Download | only in rtl

Lines Matching full:sigact

1686 static void CallUserSignalHandler(ThreadState *thr, bool sync, bool sigact,
1692 uptr pc = sigact ?
1696 if (sigact)
1755 void ALWAYS_INLINE rtl_generic_sighandler(bool sigact, int sig,
1777 CallUserSignalHandler(thr, sync, sigact, sig, info, ctx);
1780 CallUserSignalHandler(thr, sync, sigact, sig, info, ctx);
1792 signal->sigaction = sigact;