| 942 | } |
| 943 | |
| 944 | void BTCpu64NotifyReadFile(HANDLE Handle, void* Address, SIZE_T Size, BOOL After, NTSTATUS Status) {} |
| 945 | |
| 946 | NTSTATUS ThreadInit() { |
| 947 | std::scoped_lock Lock(ThreadCreationMutex); |
nothing calls this directly
no outgoing calls
no test coverage detected