| 4017 | |
| 4018 | private: |
| 4019 | void exited(const UPID&) override |
| 4020 | { |
| 4021 | VLOG(3) << "Waiter process waited for " << pid; |
| 4022 | *waited = true; |
| 4023 | terminate(self()); |
| 4024 | } |
| 4025 | |
| 4026 | void timeout() |
| 4027 | { |
nothing calls this directly
no test coverage detected