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.cpp206 void SignalHook::CallOldAction(int signo, siginfo_t *siginfo, void *ucontextRaw) in CallOldAction()
224 bool SignalHook::SetHandlingSignal(int signo, siginfo_t *siginfo, void *ucontextRaw) in SetHandlingSignal()
251 void SignalHook::Handler(int signo, siginfo_t *siginfo, void *ucontextRaw) in Handler()
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.h56 explicit SignalContext(void *ucontextRaw) in SignalContext()