Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ StartThread
Method
StartThread
libs/drape_frontend/base_renderer.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void BaseRenderer::StartThread()
42
{
43
m_selfThread.Create(CreateRoutine());
44
}
45
46
void BaseRenderer::StopThread()
47
{
Callers
nothing calls this directly
Calls
1
Create
Method · 0.45
Tested by
no test coverage detected