| 124 | } |
| 125 | |
| 126 | static void noop_signal_handler(int signum) { |
| 127 | internal::ReinstateSignalHandler(signum, &noop_signal_handler); |
| 128 | } |
| 129 | |
| 130 | #ifndef _WIN32 |
| 131 | static std::optional<StopSource> signal_stop_source; |
nothing calls this directly
no test coverage detected