Home
last modified time | relevance | path

Searched defs:signo (Results 1 – 7 of 7) sorted by relevance

/system/libbase/include/android-base/
Dsilent_death_test.h102 for (int signo : SUPPRESSED_SIGNALS) { in ScopedSilentDeath() local
111 for (int signo : SUPPRESSED_SIGNALS) { in ~ScopedSilentDeath() local
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtypes.h40 int signo = 0; member
/system/extras/memtrack/
Dmemtrack.cpp285 void handleSignal(int signo) { in handleSignal()
/system/extras/ANRdaemon/
DANRdaemon.cpp445 static void handle_signal(int signo) { in handle_signal()
/system/core/debuggerd/
Dcrash_dump.cpp788 int signo = siginfo.si_signo; in main() local
Ddebuggerd_test.cpp282 void CrasherTest::AssertDeath(int signo) { in AssertDeath()
/system/extras/simpleperf/
Denvironment.cpp902 bool SignalIsIgnored(int signo) { in SignalIsIgnored()