Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c108 static struct sigaction g_oldSigactionList[NSIG] = {}; variable
365 if (g_oldSigactionList[sig].sa_sigaction == NULL) { in ResetAndRethrowSignalIfNeed()
367 } else if (sigaction(sig, &(g_oldSigactionList[sig]), NULL) != 0) { in ResetAndRethrowSignalIfNeed()
465 memset(&g_oldSigactionList, 0, sizeof(g_oldSigactionList)); in InstallSigActionHandler()
469 if (sigaction(sig, &action, &(g_oldSigactionList[sig])) != 0) { in InstallSigActionHandler()

Completed in 1 milliseconds