psOff_public icon indicating copy to clipboard operation
psOff_public copied to clipboard

TLS Keys add version

Open SysRay opened this issue 1 year ago • 1 comments

SysRay avatar Jun 08 '24 11:06 SysRay

workaround in runtimeLinker.cpp line 703 delete:

auto destructor = m_dtvKeys[key].destructor; for (auto obj: m_threadList) { auto dtv = pthread::getDTV(obj.second); dtv[key] = 0; }

SysRay avatar Jun 08 '24 11:06 SysRay