Home
last modified time | relevance | path

Searched defs:signo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsighook.cpp94 void HookSig(int signo) in HookSig()
102 void RegisterAction(int signo) in RegisterAction()
207 void SignalHook::CallOldAction(int signo, siginfo_t *siginfo, void *ucontextRaw) in CallOldAction()
225 bool SignalHook::SetHandlingSignal(int signo, siginfo_t *siginfo, void *ucontextRaw) in SetHandlingSignal()
252 void SignalHook::Handler(int signo, siginfo_t *siginfo, void *ucontextRaw) in Handler()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.cpp124 void PGOProfilerManager::SavingSignalHandler(int signo) in SavingSignalHandler()
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp45 static void DumpStackTrace([[maybe_unused]] int signo, [[maybe_unused]] const siginfo_t *info, in DumpStackTrace()