Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ SetTlsValue
Function
SetTlsValue
engine/dlib/src/dlib/thread_win32.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void SetTlsValue(TlsKey key, void* value)
86
{
87
BOOL ret = TlsSetValue(key, value);
88
assert(ret);
89
}
90
91
void* GetTlsValue(TlsKey key)
92
{
Callers
3
GetThreadId
Function · 0.50
GetThreadId
Function · 0.50
TlsThreadFunction
Function · 0.50
Calls
1
assert
Function · 0.50
Tested by
1
TlsThreadFunction
Function · 0.40