Searched refs:oldact (Results 1 – 2 of 2) sorted by relevance
136 struct sigaction act, oldact; in UnwindThread() local141 if (sigaction(THREAD_SIGNAL, &act, &oldact) != 0) { in UnwindThread()158 sigaction(THREAD_SIGNAL, &oldact, nullptr); in UnwindThread()168 if (!wait_completed && oldact.sa_sigaction == nullptr) { in UnwindThread()179 sigaction(THREAD_SIGNAL, &oldact, nullptr); in UnwindThread()
30 struct sigaction oldact{}; in ScopedAlarm() struct35 sigaction(SIGALRM, &act, &oldact); in ScopedAlarm()