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

Method CleanupAfterFork

FEXCore/Source/Utils/Threads.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void FEXCore::Threads::Thread::CleanupAfterFork() {
32 return Ptrs.CleanupAfterFork();
33}
34
35void FEXCore::Threads::Thread::SetInternalPointers(const Pointers& _Ptrs) {
36 Ptrs = _Ptrs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected