Home | History | Annotate | Download | only in runtime

Lines Matching refs:info

68             ssize_t i = mOwner.mChildHandlers.indexOfKey(entry.info.si_pid);
76 LOGD("SIGCHLD: pid=%d, handle index=%d", entry.info.si_pid, i);
79 int res = waitpid(entry.info.si_pid, NULL, WNOHANG);
82 entry.info.si_pid);
84 ch.handler(entry.info.si_pid, ch.userData);
87 LOGW("Unhandled SIGCHLD for pid %d", entry.info.si_pid);
197 void SignalHandler::sigAction(int signum, siginfo_t* info, void*)
210 info->si_signo, info->si_errno, info->si_code,
211 info->si_pid);
239 self->mCommands[oldTop].info = *info;