Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c118 static struct sigaction g_oldSigactionList[NSIG] = {}; variable
458 if (g_oldSigactionList[sig].sa_sigaction == NULL) { in ResetAndRethrowSignalIfNeed()
460 } else if (sigaction(sig, &(g_oldSigactionList[sig]), NULL) != 0) { in ResetAndRethrowSignalIfNeed()
928 memset(&g_oldSigactionList, 0, sizeof(g_oldSigactionList)); in InstallSigActionHandler()
932 if (sigaction(sig, &action, &(g_oldSigactionList[sig])) != 0) { in InstallSigActionHandler()