| 103 | |
| 104 | srt::sync::atomic<bool> timer_state; |
| 105 | void OnINT_ForceExit(int) |
| 106 | { |
| 107 | cerr << "\n-------- REQUESTED INTERRUPT!\n"; |
| 108 | transmit_int_state = true; |
| 109 | } |
| 110 | |
| 111 | std::string g_interrupt_reason; |
| 112 |
nothing calls this directly
no outgoing calls
no test coverage detected