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

Function WaitForConsumerThreadToExit

PresentMon/ConsumerThread.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void WaitForConsumerThreadToExit()
47{
48 if (gThread.joinable()) {
49 gThread.join();
50 }
51}

Callers 3

wmainFunction · 0.85
StopTraceSessionMethod · 0.85
StopEtwSessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected