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

Method SetMaxThreads

IDEHelper/Compiler/BfCodeGen.cpp:780–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780void BfCodeGen::SetMaxThreads(int maxThreads)
781{
782#ifndef MAX_THREADS
783 mMaxThreadCount = BF_CLAMP(maxThreads, 2, 64);
784#endif
785}
786
787void BfCodeGen::BindReleaseThunks()
788{

Callers 1

BfCompiler_SetOptionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected