Searched defs:sa_flags (Results 1 - 1 of 1) sorted by relevance

/system/core/libunwindstack/tests/
H A DUnwindTest.cpp227 act.sa_flags = SA_RESTART | SA_SIGINFO | SA_ONSTACK;
263 static void RemoteThroughSignal(int signal, unsigned int sa_flags) { argument
269 act.sa_flags = SA_RESTART | SA_ONSTACK | sa_flags;

Completed in 73 milliseconds