MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / RegisterTLSData

Function RegisterTLSData

FEXCore/Source/Utils/Allocator/64BitAllocator.cpp:629–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627
628namespace FEXCore::Allocator {
629void RegisterTLSData(FEXCore::Core::InternalThreadState* Thread) {
630 Alloc::OSAllocator::TLSThread = Thread;
631}
632
633void UninstallTLSData(FEXCore::Core::InternalThreadState* Thread) {
634 Alloc::OSAllocator::TLSThread = nullptr;

Callers 1

RegisterTLSStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected