Searched refs:sc_sigaction (Results 1 – 2 of 2) sorted by relevance
31 bool (*sc_sigaction)(int, siginfo_t *, void *); member44 bool (*sc_sigaction)(int, siginfo_t *, void *); member
122 if (handler.sc_sigaction == nullptr) { in RegisterHookAction()171 if (hook_action_handlers_[i].sc_sigaction == action) { in RemoveHookAction()175 hook_action_handlers_[HOOK_LENGTH - 1].sc_sigaction = nullptr; in RemoveHookAction()190 handler.sc_sigaction = nullptr; in ClearHookActionHandlers()229 if (handler.sc_sigaction == nullptr) { in SetHandlingSignal()241 if (handler.sc_sigaction(signo, siginfo, ucontext_raw)) { in SetHandlingSignal()