Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ GetTLS
Function
GetTLS
Source/Windows/WOW64/Module.cpp:142–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
TLS GetTLS() {
143
return TLS {NtCurrentTeb()};
144
}
145
146
uint64_t GetWowTEB(void* TEB) {
147
static constexpr size_t WowTEBOffsetMemberOffset {0x180c};
Callers
13
IsAddressInJit
Function · 0.85
ReconstructThreadState
Function · 0.85
ReconstructWowContext
Function · 0.85
HandleUnalignedAccess
Function · 0.85
LockJITContext
Function · 0.85
UnlockJITContext
Function · 0.85
HandleSuspendInterrupt
Function · 0.85
HandleSyscall
Method · 0.85
BTCpuProcessInit
Function · 0.85
BTCpuThreadInit
Function · 0.85
BTCpuSimulateImpl
Function · 0.85
BTCpuSuspendLocalThread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected