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

Method Create

FEXCore/Source/Utils/Threads.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27fextl::unique_ptr<FEXCore::Threads::Thread> FEXCore::Threads::Thread::Create(ThreadFunc Func, void* Arg) {
28 return Ptrs.CreateThread(Func, Arg);
29}
30
31void FEXCore::Threads::Thread::CleanupAfterFork() {
32 return Ptrs.CleanupAfterFork();

Callers

nothing calls this directly

Calls 1

CreateThreadMethod · 0.45

Tested by

no test coverage detected