| 12 | |
| 13 | namespace FEXCore::Threads { |
| 14 | static 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 | |
| 18 | static void CleanupAfterFork_Default() { |
| 19 | ERROR_AND_DIE_FMT("Frontend didn't setup thread creation!"); |
nothing calls this directly
no outgoing calls
no test coverage detected