| 16 | } |
| 17 | |
| 18 | static void CleanupAfterFork_Default() { |
| 19 | ERROR_AND_DIE_FMT("Frontend didn't setup thread creation!"); |
| 20 | } |
| 21 | |
| 22 | static FEXCore::Threads::Pointers Ptrs = { |
| 23 | .CreateThread = CreateThread_Default, |
nothing calls this directly
no outgoing calls
no test coverage detected