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

Function GetTlsValue

engine/dlib/src/dlib/thread_win32.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void* GetTlsValue(TlsKey key)
92 {
93 return TlsGetValue(key);
94 }
95
96 Thread GetCurrentThread()
97 {

Callers 3

GetThreadIdFunction · 0.50
GetThreadIdFunction · 0.50
TlsThreadFunctionFunction · 0.50

Calls

no outgoing calls

Tested by 1

TlsThreadFunctionFunction · 0.40