MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / WebDebug_Fini

Function WebDebug_Fini

Source/SysOSX/Debug/WebDebug.cpp:484–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void WebDebug_Fini()
485{
486 if (gThread != kInvalidThreadHandle)
487 {
488 gKeepRunning = false;
489 JoinThread(gThread, -1);
490 gThread = kInvalidThreadHandle;
491 }
492
493 WebbyServerShutdown(gServer);
494 free(gServerMemory);
495
496#if defined(DAEDALUS_W32)
497 WSACleanup();
498#endif
499}
500#endif //DAEDALUS_DEBUG_DISPLAYLIST

Callers

nothing calls this directly

Calls 1

JoinThreadFunction · 0.50

Tested by

no test coverage detected