MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __hxcpp_tls_set

Function __hxcpp_tls_set

src/hx/Thread.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void __hxcpp_tls_set(int inID,Dynamic inVal)
192{
193 reinterpret_cast<hx::thread::ThreadImpl_obj*>(hx::thread::Thread_obj::current().GetPtr())->setSlot(inID, inVal);
194}
195
196// --- Mutex ------------------------------------------------------------
197

Callers

nothing calls this directly

Calls 2

setSlotMethod · 0.80
GetPtrMethod · 0.80

Tested by

no test coverage detected