MCPcopy Create free account
hub / github.com/defold/defold / GetCurrentThread

Function GetCurrentThread

engine/dlib/src/dlib/thread_win32.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 Thread GetCurrentThread()
97 {
98 return ::GetCurrentThread();
99 }
100}

Callers 8

LogInternalFunction · 0.70
GetCallstackPointersFunction · 0.50
SetDebuggerThreadNameFunction · 0.50
EngineMainThreadFunction · 0.50
engine_mainFunction · 0.50
dmEngineInitializeFunction · 0.50
GetCallstackPointersFunction · 0.50
_glfwInitThreadsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected