Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DBacktraceCurrent.cpp136 struct sigaction act, oldact; in UnwindThread() local
141 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()
/system/core/libmemunreachable/
DScopedAlarm.h30 struct sigaction oldact{}; in ScopedAlarm() struct
35 sigaction(SIGALRM, &act, &oldact); in ScopedAlarm()