| 875 | } |
| 876 | |
| 877 | static DWORD __stdcall WorkerProcThunk(void* _this) |
| 878 | { |
| 879 | BfpThread_SetName(NULL, "IOCPManager", NULL); |
| 880 | ((IOCPManager*)_this)->WorkerProc(); |
| 881 | return 0; |
| 882 | } |
| 883 | |
| 884 | static IOCPManager* Get() |
| 885 | { |
nothing calls this directly
no test coverage detected