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