MCPcopy 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

GetThreadIdFunction · 0.50
GetThreadIdFunction · 0.50
TlsThreadFunctionFunction · 0.50

Calls 1

assertFunction · 0.50

Tested by 1

TlsThreadFunctionFunction · 0.40