commit | c7d7ed0eae1e5f8d278f6ff2831694df4cb24d2d | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Wed Oct 19 10:52:23 2022 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Thu Oct 27 14:29:35 2022 -0700 |
tree | b3cfce1100198899bf9ec21727b674c0b83fa654 | |
parent | 1b2d44362667503e6f3ca443650df207cd4dcc27 [diff] |
init: Document that ReapOneProcess() does not modify 'pid' It is essential for correct operation of ReapAnyOutstandingChildren() that ReapOneProcess() does not modify 'pid'. Make it easier to verify for humans that ReapOneProcess() does not modify the 'pid' local variable. Document the value of siginfo.si_signo with DCHECK_EQ() statements. Bug: 213617178 Change-Id: I14baaa7adbe5416b7f777f32fb76896f2ae27b4e Signed-off-by: Bart Van Assche <bvanassche@google.com>