| 1558 | } |
| 1559 | |
| 1560 | void StartMapPort() |
| 1561 | { |
| 1562 | if (!g_upnp_thread.joinable()) { |
| 1563 | assert(!g_upnp_interrupt); |
| 1564 | g_upnp_thread = std::thread((std::bind(&TraceThread<void (*)()>, "upnp", &ThreadMapPort))); |
| 1565 | } |
| 1566 | } |
| 1567 | |
| 1568 | void InterruptMapPort() |
| 1569 | { |
no outgoing calls
no test coverage detected