MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / OnExitThread

Method OnExitThread

CppCoverage/Debugger.cpp:275–281  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

273
274 //-------------------------------------------------------------------------
275 void Debugger::OnExitThread(DWORD dwThreadId)
276 {
277 LOG_DEBUG << "Exit thread:" << dwThreadId;
278
279 if (threadHandles_.erase(dwThreadId) != 1)
280 THROW("Cannot find exited thread.");
281 }
282
283 //-------------------------------------------------------------------------
284 HANDLE Debugger::GetProcessHandle(DWORD dwProcessId) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected