Home
last modified time | relevance | path

Searched refs:s_oldSa (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp24 static struct sigaction s_oldSa[SIGSYS + 1]; // SIGSYS = 31 member
42 sigaction(signal, &s_oldSa[signal], nullptr); in GetSignalHandler()
51 sigaction(signo, nullptr, &s_oldSa[signo]); in SignalReg()

Completed in 1 milliseconds