Lines Matching refs:death
37 all threads exit. Tracees report their death to the tracer(s). This is
45 dispatched to a thread which isn't traced), death from signal will
51 death by SIGKILL). The net effect is that SIGKILL always kills the
61 When tracee executes exit syscall, it reports its death to its tracer.
65 group reports its death to its tracer.
68 before actual death. This applies to exits on exit syscall, group_exit
81 that waitpid(WNOHANG) will reliably report tracee's death status if
229 notifications (except SIGKILL death) to tracer, even if tracer enters
269 PTRACE_EVENT_EXIT - stop before exit (including death from exit_group),
270 signal death, or exit caused by execve in multi-threaded process.
321 death - no other kinds of ptrace-stop can occur in between.
434 death as if they exited via exit syscall with exit code 0. Then
443 If thread group leader has reported its death by this time, for tracer
514 - exit/death by signal is reported first to tracer, then, when tracer
531 group leader death will *never* be reported. If execve-ed thread is not
540 signal death. This may be changed in the future - SIGKILL is meant to