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

/art/sigchainlib/
H A Dsigchain.cc38 typedef int (*SigActionFnPtr)(int, const struct sigaction*, struct sigaction*);
46 void Claim(const struct sigaction& action) {
54 sigaction(signal, &action_, nullptr); // Restore old action.
58 const struct sigaction& GetAction() const {
69 // call as opposed to sigaction(). In this case the sa_handler is
71 void SetAction(const struct sigaction& action, bool oldstyle) {
89 struct sigaction action_; // Action to be performed.
128 extern "C" void ClaimSignalChain(int signal, struct sigaction* oldaction) {
164 const struct sigaction
200 extern "C" int sigaction(int signal, const struct sigaction* new_action, struct sigaction* old_action) { function in namespace:art
[all...]

Completed in 63 milliseconds