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

Method Start

IDEHelper/Compiler/BfCodeGen.cpp:578–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578void BfCodeGenThread::Start()
579{
580 mRunning = true;
581 //TODO: How much mem do we need? WTF- we have 32MB set before!
582 auto mThread = BfpThread_Create(RunLoopThunk, (void*)this, 1024 * 1024, BfpThreadCreateFlag_StackSizeReserve);
583 BfpThread_SetPriority(mThread, BfpThreadPriority_Low, NULL);
584 BfpThread_Release(mThread);
585}
586
587//////////////////////////////////////////////////////////////////////////
588

Callers 2

FinishInitMethod · 0.45
DoWriteObjectFileMethod · 0.45

Calls 2

BfpThread_SetPriorityFunction · 0.50
BfpThread_ReleaseFunction · 0.50

Tested by

no test coverage detected