Searched refs:zombie (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-event/
H A Dsd-event.c2121 the callback still sees the process as a zombie.
2140 bool zombie = local
2145 if (!zombie && (s->child.options & WEXITED)) {
2281 bool zombie; local
2283 zombie = s->child.siginfo.si_code == CLD_EXITED ||
2290 if (zombie)

Completed in 2259 milliseconds