Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetCurrentThreadID
Function
GetCurrentThreadID
libs/base/thread.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
ThreadID GetCurrentThreadID()
95
{
96
return std::this_thread::get_id();
97
}
98
99
/////////////////////////////////////////////////////////////////////
100
// SimpleThread implementation
Callers
5
GetThreadID
Method · 0.85
OnWrite
Method · 0.85
OnFinish
Method · 0.85
StartTileReading
Method · 0.85
EndTileReading
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected