Home
last modified time | relevance | path

Searched refs:sc_sigaction (Results 1 – 2 of 2) sorted by relevance

/ark/runtime_core/libpandabase/os/unix/sighooklib/
Dsighook.h31 bool (*sc_sigaction)(int, siginfo_t *, void *); member
44 bool (*sc_sigaction)(int, siginfo_t *, void *); member
Dsighook.cpp122 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()