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

/art/sigchainlib/
H A Dsigchain.cc53 // It implements wrapper functions for signal, sigaction, and sigprocmask, and a handler that
114 static decltype(&sigaction) linked_sigaction;
127 if (sym == wrapper || sym == sigaction) {
137 lookup_next_symbol(&linked_sigaction, sigaction, "sigaction");
204 struct sigaction handler_action = {};
282 struct sigaction action_;
362 // number should behave exactly as the libc sigaction.
380 // to pass the sigaction on to the kernel via the real sigaction i
384 extern "C" int sigaction(int signal, const struct sigaction* new_action, function in namespace:art
[all...]

Completed in 47 milliseconds