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

Function CleanupAfterFork_Default

FEXCore/Source/Utils/Threads.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18static void CleanupAfterFork_Default() {
19 ERROR_AND_DIE_FMT("Frontend didn't setup thread creation!");
20}
21
22static FEXCore::Threads::Pointers Ptrs = {
23 .CreateThread = CreateThread_Default,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected