MCPcopy Create free account
hub / github.com/beefytech/Beef / WorkerProcThunk

Method WorkerProcThunk

BeefySysLib/platform/win/Platform.cpp:877–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

BfpThread_SetNameFunction · 0.70
WorkerProcMethod · 0.45

Tested by

no test coverage detected