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

Function UnlockAfterFork

FEXCore/Source/Utils/Allocator.cpp:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void UnlockAfterFork(FEXCore::Core::InternalThreadState* Thread, bool Child) {
336 if (Alloc64) {
337 Alloc64->UnlockAfterFork(Thread, Child);
338 }
339}
340} // namespace FEXCore::Allocator
341#endif

Callers 1

UnlockAfterForkMethod · 0.85

Calls 1

UnlockAfterForkMethod · 0.45

Tested by

no test coverage detected