Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetThreadId
Function · 0.50
GetThreadId
Function · 0.50
TlsThreadFunction
Function · 0.50
Calls
no outgoing calls
Tested by
1
TlsThreadFunction
Function · 0.40