Home | History | Annotate | Download | only in strace

Lines Matching refs:pstatus

2275 	 * Tracee received signal with number WSTOPSIG(*pstatus); signal info
2282 * Tracee was killed by a signal with number WTERMSIG(*pstatus).
2287 * Tracee was stopped by a signal with number WSTOPSIG(*pstatus).
2293 * Tracee exited with status WEXITSTATUS(*pstatus).
2311 next_event(int *pstatus, siginfo_t *si)
2345 pid = wait4(-1, pstatus, __WALL, (cflag ? &ru : NULL));
2363 status = *pstatus;
2490 dispatch_event(enum trace_event ret, int *pstatus, siginfo_t *si)
2523 restart_sig = WSTOPSIG(*pstatus);
2528 print_signalled(current_tcp, current_tcp->pid, *pstatus);
2533 restart_sig = WSTOPSIG(*pstatus);
2548 print_exited(current_tcp, current_tcp->pid, *pstatus);