MCPcopy 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
94ThreadID GetCurrentThreadID()
95{
96 return std::this_thread::get_id();
97}
98
99/////////////////////////////////////////////////////////////////////
100// SimpleThread implementation

Callers 5

GetThreadIDMethod · 0.85
OnWriteMethod · 0.85
OnFinishMethod · 0.85
StartTileReadingMethod · 0.85
EndTileReadingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected