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

Method Add

BeefySysLib/platform/win/Platform.cpp:786–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784 }
785
786 void Add(BfpFileWatcher* fileWatcher)
787 {
788 //OutputDebugStrF("IOCP.Add %@\n", fileWatcher);
789
790 EnsureInitialized();
791 auto handle = ::CreateIoCompletionPort(fileWatcher->mHandle, mIOCompletionPort, (ULONG_PTR)fileWatcher, 0);
792 BF_ASSERT(handle == mIOCompletionPort);
793 }
794
795 void Kill(BfpFileWatcher* fileWatcher)
796 {

Callers 15

VSyncThreadProcMethod · 0.45
CreateRenderStateMethod · 0.45
CreateModelInstanceMethod · 0.45
LoadTextureMethod · 0.45
CreateDynTextureMethod · 0.45
LoadShaderMethod · 0.45
AddWorkerThreadMethod · 0.45
BfpSpawn_KillFunction · 0.45
AddCrashInfoFuncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected