| 29 | } |
| 30 | |
| 31 | void FEXCore::Threads::Thread::CleanupAfterFork() { |
| 32 | return Ptrs.CleanupAfterFork(); |
| 33 | } |
| 34 | |
| 35 | void FEXCore::Threads::Thread::SetInternalPointers(const Pointers& _Ptrs) { |
| 36 | Ptrs = _Ptrs; |
nothing calls this directly
no outgoing calls
no test coverage detected