Searched refs:g_oldSigactionList (Results 1 – 1 of 1) sorted by relevance
118 static struct sigaction g_oldSigactionList[NSIG] = {}; variable458 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()