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

Function CreateThread_Default

FEXCore/Source/Utils/Threads.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13namespace FEXCore::Threads {
14static fextl::unique_ptr<FEXCore::Threads::Thread> CreateThread_Default(ThreadFunc Func, void* Arg) {
15 ERROR_AND_DIE_FMT("Frontend didn't setup thread creation!");
16}
17
18static void CleanupAfterFork_Default() {
19 ERROR_AND_DIE_FMT("Frontend didn't setup thread creation!");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected