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

Function BTCpuNotifyUnmapViewOfSection

Source/Windows/WOW64/Module.cpp:1008–1015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006}
1007
1008void BTCpuNotifyUnmapViewOfSection(void* Address, BOOL After, ULONG Status) {
1009 if (!After) {
1010 ThreadCreationMutex.lock();
1011 InvalidationTracker->InvalidateContainingSection(reinterpret_cast<uint64_t>(Address), true);
1012 } else {
1013 ThreadCreationMutex.unlock();
1014 }
1015}
1016
1017void BTCpuNotifyReadFile(HANDLE Handle, void* Address, SIZE_T Size, BOOL After, NTSTATUS Status) {}
1018

Callers

nothing calls this directly

Calls 3

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected