Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void WaitForConsumerThreadToExit()
47
{
48
if (gThread.joinable()) {
49
gThread.join();
50
}
51
}
Callers
3
wmain
Function · 0.85
StopTraceSession
Method · 0.85
StopEtwSession
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected