* Indicates that we're on our way out of Run(). */
| 327 | * Indicates that we're on our way out of Run(). |
| 328 | */ |
| 329 | void BeginExiting() { InternalBeginExiting(); } |
| 330 | |
| 331 | /*! |
| 332 | * Get the mask to pass as the sigmask argument to pselect/ppoll. |
nothing calls this directly
no outgoing calls
no test coverage detected