We do have a knock thread, so these have an implementation.
| 400 | |
| 401 | // We do have a knock thread, so these have an implementation. |
| 402 | virtual void AssertNoKnockThread() override { |
| 403 | assert(!knock_thread_.joinable()); |
| 404 | } |
| 405 | virtual void WaitForKnockThread() override; |
| 406 | |
| 407 | // Sending the signal in the non-reliable-signals case requires |
nothing calls this directly
no outgoing calls
no test coverage detected