Home
last modified time | relevance | path

Searched defs:act (Results 1 – 9 of 9) sorted by relevance

/system/memory/libmemunreachable/
DScopedAlarm.h33 struct sigaction act {}; in ScopedAlarm() struct
46 struct sigaction act {}; in ~ScopedAlarm() struct
DScopedSignalHandler.h55 struct sigaction act {}; in install() struct
/system/unwinding/libbacktrace/
DBacktraceCurrent.cpp171 struct sigaction act, oldact; in UnwindThread() local
/system/nfc/src/nfa/ee/
Dnfa_ee_main.cc649 bool act = false; in nfa_ee_evt_hdlr() local
/system/memory/libmemunreachable/tests/
DThreadCapture_test.cpp297 struct sigaction act {}; in TEST_F() struct
/system/core/init/
Dinit.cpp623 const struct sigaction act { .sa_handler = SIG_DFL }; in UnblockSignals() struct
639 const struct sigaction act { .sa_handler = SIG_DFL, .sa_flags = SA_NOCLDSTOP }; in InstallSignalFdHandler() struct
/system/unwinding/libunwindstack/tests/
DUnwindTest.cpp348 struct sigaction act, oldact; in TEST_F() local
389 struct sigaction act, oldact; in RemoteThroughSignal() local
/system/extras/simpleperf/
Denvironment.cpp872 struct sigaction act; in SignalIsIgnored() local
/system/nfc/src/nfa/include/
Dnfa_ee_int.h447 tNFA_EE_NCI_ACTION act; member