MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / StopOutputThread

Function StopOutputThread

PresentMon/OutputThread.cpp:656–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656void StopOutputThread()
657{
658 if (gThread.joinable()) {
659 gQuit = true;
660 gThread.join();
661
662 DeleteCriticalSection(&gRecordingToggleCS);
663 }
664}

Callers 3

wmainFunction · 0.85
StopTraceSessionMethod · 0.85
StopEtwSessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected