Home
last modified time | relevance | path

Searched defs:ucontextRaw (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsighook.cpp192 void SignalHook::CallOldAction(int signo, siginfo_t *siginfo, void *ucontextRaw) in CallOldAction()
210 bool SignalHook::SetHandlingSignal(int signo, siginfo_t *siginfo, void *ucontextRaw) in SetHandlingSignal()
237 void SignalHook::Handler(int signo, siginfo_t *siginfo, void *ucontextRaw) in Handler()
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.h68 explicit SignalContext(void *ucontextRaw) in SignalContext()